Data Lineage API

Service: datalineage.googleapis.com

To call this service, we recommend that you use the Google-providedclient libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Discovery document

ADiscovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:

Service endpoint

Aservice endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://datalineage.googleapis.com

REST Resource:v1.projects.locations

Methods
batchSearchLinkProcessesPOST /v1/{parent}:batchSearchLinkProcesses
Retrieve information about LineageProcesses associated with specific links.
processOpenLineageRunEventPOST /v1/{parent}:processOpenLineageRunEvent
Creates new lineage events together with their parents: process and run.
searchLinksPOST /v1/{parent}:searchLinks
Retrieve a list of links connected to a specific asset.

REST Resource:v1.projects.locations.operations

Methods
cancelPOST /v1/{name}:cancel
Starts asynchronous cancellation on a long-running operation.
deleteDELETE /v1/{name}
Deletes a long-running operation.
getGET /v1/{name}
Gets the latest state of a long-running operation.
listGET /v1/{name}/operations
Lists operations that match the specified filter in the request.

REST Resource:v1.projects.locations.processes

Methods
createPOST /v1/{parent}/processes
Creates a new process.
deleteDELETE /v1/{name}
Deletes the process with the specified name.
getGET /v1/{name}
Gets the details of the specified process.
listGET /v1/{parent}/processes
List processes in the given project and location.
patchPATCH /v1/{process.name}
Updates a process.

REST Resource:v1.projects.locations.processes.runs

Methods
createPOST /v1/{parent}/runs
Creates a new run.
deleteDELETE /v1/{name}
Deletes the run with the specified name.
getGET /v1/{name}
Gets the details of the specified run.
listGET /v1/{parent}/runs
Lists runs in the given project and location.
patchPATCH /v1/{run.name}
Updates a run.

REST Resource:v1.projects.locations.processes.runs.lineageEvents

Methods
createPOST /v1/{parent}/lineageEvents
Creates a new lineage event.
deleteDELETE /v1/{name}
Deletes the lineage event with the specified name.
getGET /v1/{name}
Gets details of a specified lineage event.
listGET /v1/{parent}/lineageEvents
Lists lineage events in the given project and location.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.