Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID.
Query parameters
Parameters
filter
string
An expression for filtering the results of the request. If unspecified, all pipelines will be returned. Multiple filters can be applied and must be comma separated.
Fields eligible for filtering are:
type: The type of the pipeline (streaming or batch). Allowed values are ALL, BATCH, and STREAMING.
status: The activity status of the pipeline. Allowed values are ALL, ACTIVE, ARCHIVED, and PAUSED.
For example, to limit results to active batch processing pipelines:
type:BATCH,status:ACTIVE
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 is yet to be determined by the backend implementation.
pageToken
string
A page token, received from a previous pipelines.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to pipelines.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:
[[["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 API endpoint lists pipelines within a specified location, using a \u003ccode\u003eGET\u003c/code\u003e request to the provided URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003eparent\u003c/code\u003e path parameter to define the location (e.g., \u003ccode\u003eprojects/PROJECT_ID/locations/LOCATION_ID\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003efilter\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, and \u003ccode\u003epageToken\u003c/code\u003e are available to refine the pipeline list results based on pipeline type, status, page size, and pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, upon successful execution, contains a list of \u003ccode\u003epipelines\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this API requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003edatapipelines.pipelines.list\u003c/code\u003e on the parent resource.\u003c/p\u003e\n"]]],[],null,[]]