Skip to main content
 print this page

List lineage events for a resource

GET 

/:resource/:id/lineageV2/events

Lists lineage event groups for a resource, sorted by EventTime descending (newest first). For a job, call with resource=jobs (path /jobs/{id}/lineageV2/events). Also supports datasets (/datasets/{id}/lineageV2/events) and datasources (/datasources/{id}/lineageV2/events). Caller must have access to the root resource (else AUTH-1011). Events with the same timestamp are merged; attach/detach targets appear under ResourcesAttached / ResourcesDetached. Pagination: offset is 1-based (handler converts to offset-1); when omitted, paging starts at index 0. limit defaults to 500 and max is 1000 (else IPV-1050). More pages exist when next_available is "yes"; last page when "no". Safe to retry (read-only).

Request

Responses

Paginated Events. Each item has EventTime, Version (vN), Message, ResourcesAttached, and ResourcesDetached. Also returns next_available, count, and total_count.

Response Headers
    Access-Control-Allow-Origin
    Access-Control-Allow-Methods
    Access-Control-Allow-Headers