HomeGuidesRecipesAPI ReferencePython SDK
Alation Help Center
API Reference

Get cross-system lineage records

Retrieves existing cross-system lineage records for the specified objects. Note: If both source_otype and source_oid are provided API would return objects based on that filter then if both target_otype and target_oid are provided API would return objects based on that filter else API would return generic results.

Query Params
string
Defaults to data

Object type of the source object. Must be used together with source_oid.

integer

Object ID of the source object. Must be used together with source_otype.

string
Defaults to bi_server

Object type of the target object. Must be used together with target_oid.

integer

Object ID of the target object. Must be used together with target_otype.

integer
Defaults to 50

Specifies the number of objects to be fetched in one paginated request. Response may have a X-Next-Page URL parameter in the header to fetch next set of objects or page

integer
Defaults to 0

Specifies the number of objects to be skipped in one request. Used together with Limit parameter to fetch paginated requests. This is automatically set in X-Next-Page response header if present

Responses

Language
Credentials
URL
Choose an example:
application/json