Skip to main content
GET
/
v1
/
collections
/
{collection_id}
/
documents
/
{document_id}
/
lineage
Get document lineage
curl --request GET \
  --url https://api.mixpeek.com/v1/collections/{collection_id}/documents/{document_id}/lineage \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collection_id
string
required

ID of the collection containing the document

document_id
string
required

ID of the document to trace

Response

Document lineage information

The response is of type Response Get Document Lineage V1 Collections Collection Id Documents Document Id Lineage Get · object.