Required. The pipeline name. For example: projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID.
Query parameters
Parameters
pageSize
integer
The maximum number of entities to return. The service may return fewer than this value, even if there are additional pages. If unspecified, the max limit will be determined by the backend implementation.
pageToken
string
A page token, received from a previous jobs.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to jobs.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response message for [jobs.list][Datapipelines.ListJobs]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eThis page details how to list jobs for a specified pipeline using the Datapipelines API, utilizing HTTP \u003ccode\u003eGET\u003c/code\u003e requests.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a \u003ccode\u003eparent\u003c/code\u003e path parameter to identify the pipeline and accepts optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty for listing jobs, and the response body will return a list of job objects accessible to the caller, along with a \u003ccode\u003enextPageToken\u003c/code\u003e if more pages are available.\u003c/p\u003e\n"],["\u003cp\u003eAccessing the list of jobs requires the \u003ccode\u003edatapipelines.jobs.list\u003c/code\u003e IAM permission on the parent resource and the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.pipelines.jobs.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListJobsResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nLists jobs for a given pipeline.\n\nThrows a \"FORBIDDEN\" error if the caller doesn't have permission to access it.\n\n### HTTP request\n\n`GET https://datapipelines.googleapis.com/v1/{parent=projects/*/locations/*/pipelines/*}/jobs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nResponse message for \\[jobs.list\\]\\[Datapipelines.ListJobs\\]\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `datapipelines.jobs.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]