Data Lineage
Responses
200
Lineage events retrieved
application/json
List of lineage events for the current user
graph_datastring · nullableOptional
Serialized graph data
graph_hashstringRequired
Unique hash of the graph
graph_idinteger · nullableOptional
Associated graph ID
inserted_atstring · date-timeRequired
Creation timestamp
messagestring · nullableOptional
Additional message
statusstring · enumRequiredPossible values:
Current status of the lineage event
task_referencestring · nullableOptional
Reference to the background task
typestring · nullableOptional
Type of lineage event
user_idintegerRequired
User who created the event
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal Server Error
application/json
get/api/lineage_events
Body
header_labelsboolean · nullableOptional
Include header labels in the response
levelsinteger · nullableOptional
Number of levels to traverse
typestring · enumRequiredPossible values:
Type of graph to generate
Responses
201
Graph created
application/json
Response for graph creation. Can be completed (201) or processing (202)
or
202
Graph processing
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
post/api/graphs
Path parameters
hashstringRequired
Graph hash
Responses
200
Graph retrieved
application/json
Response for graph retrieval by hash. Can be completed (200) or processing (202)
or
202
Graph processing
application/json
401
Unauthorized
application/json
404
Not found
application/json
500
Internal Server Error
application/json
get/api/graphs/hash/{hash}
Last updated