List processes in the given project and location. List order is descending by insertion time.
HTTP request
GET https://datalineage.googleapis.com/v1/{parent}/processes
Path parameters
Parameters
parent
string
Required. The name of the project and its location that owns this collection of processes. It takes the form projects/{project}/locations/{location}.
Query parameters
Parameters
pageSize
integer
The maximum number of processes to return. The service may return fewer than this value. If unspecified, at most 50 processes are returned. The maximum value is 100; values greater than 100 are cut to 100.
pageToken
string
The page token received from a previous processes.list call. Specify it to get the next page.
When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.
[[["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-07-21 UTC."],[[["\u003cp\u003eThis endpoint allows users to list processes within a specified project and location, with the list being ordered in descending order by insertion time.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request for listing processes is a \u003ccode\u003eGET\u003c/code\u003e request to \u003ccode\u003ehttps://datalineage.googleapis.com/v1/{parent}/processes\u003c/code\u003e, where \u003ccode\u003e{parent}\u003c/code\u003e is the project and location.\u003c/p\u003e\n"],["\u003cp\u003eUsers can control the number of processes returned and navigate through paginated results using the \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a JSON representation with a list of processes and a token for retrieving the next page if available.\u003c/p\u003e\n"],["\u003cp\u003eTo use this endpoint, users need the \u003ccode\u003edatalineage.processes.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,[]]