Skip to main content
GET
/
v1
/
retrievers
/
{retriever_id}
/
executions
/
{execution_id}
/
status
Get Live Execution Status
curl --request GET \
  --url https://api.mixpeek.com/v1/retrievers/{retriever_id}/executions/{execution_id}/status \
  --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

retriever_id
string
required

Retriever ID or name.

execution_id
string
required

Execution identifier.

Response

Successful Response

The response is of type Response Get Execution Status V1 Retrievers Retriever Id Executions Execution Id Status Get · object.