Skip to main content
GET
/
v1
/
objects
/
{object_id}
/
documents
Get all documents derived from an object
curl --request GET \
  --url https://api.mixpeek.com/v1/objects/{object_id}/documents \
  --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

object_id
string
required

Root object ID to find all derived documents

Query Parameters

collection_ids
string[]

Optional: Filter to specific collections

Response

Successful Response

The response is of type Response Get Documents By Object V1 Objects Object Id Documents Get · object.