Lists lineage events in the given project and location. The list order is not defined.
HTTP request
GET https://datalineage.googleapis.com/v1/{parent}/lineageEvents
Path parameters
Parameters
parent
string
Required. The name of the run that owns the collection of lineage events to get. It takes the form projects/{project}/locations/{location}/processes/{processes}/runs/{run}.
Query parameters
Parameters
pageSize
integer
The maximum number of lineage events to return.
The service may return fewer events than this value. If unspecified, at most 50 events are returned. The maximum value is 100; values greater than 100 are cut to 100.
pageToken
string
The page token received from a previous lineageEvents.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 API endpoint lists lineage events within a specified project and location, and the order in which they are listed is not defined.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003eGET\u003c/code\u003e method, with the parent resource path being a required parameter in the URL.\u003c/p\u003e\n"],["\u003cp\u003eThe request supports pagination through \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters to manage the number of lineage events returned.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty, and the successful response body contains an array of lineage events and a \u003ccode\u003enextPageToken\u003c/code\u003e for subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eTo use this endpoint, the caller must have the \u003ccode\u003edatalineage.events.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,[]]