v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141891,2951.1 MB

Lists lineage events.

get/v2/domains/{domainIdentifier}/lineage/events

Path parameters

domainIdentifierstring required

The ID of the domain where you want to list lineage events.

Query parameters

maxResultsinteger

The maximum number of lineage events to return in a single call to ListLineageEvents. When the number of lineage events to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListLineageEvents to list the next set of lineage events.

timestampAfterstring date-time

The after timestamp of a lineage event.

timestampBeforestring date-time

The before timestamp of a lineage event.

processingStatus'REQUESTED' | 'PROCESSING' | 'SUCCESS' | 'FAILED'

The processing status of a lineage event.

sortOrder'ASCENDING' | 'DESCENDING'

The sort order of the lineage events.

nextTokenstring

When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.

Response

Success

nextTokenstring

When the number of lineage events is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of lineage events, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListLineageEvents to list the next set of lineage events.