Required. The name of the lineage event to get. It takes the form projects/{project}/locations/{location}/processes/{processes}/runs/{run}/lineageEvents/{lineageevent}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of LineageEvent.
[[["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-02-04 UTC."],[[["This webpage details how to retrieve a specific lineage event using a GET request."],["The required path parameter `name` specifies the exact lineage event to be retrieved, using a specific structure."],["The HTTP request to get the details of a lineage event is `GET https://datalineage.googleapis.com/v1/{name}` with an empty request body."],["Successful retrieval of a lineage event results in a response body containing an instance of `LineageEvent`."],["Retrieving a lineage event requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `datalineage.events.get` on the `name` resource."]]],[]]