Skip to content

Get Durable Orchestration

GET
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}
curl --request GET \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/ai/orchestrations/orch_1704067200_abc123xyz \
--header 'Authorization: Bearer <token>'

Get orchestration details including status and progress. * * Progress Tracking: * - total: Total items to process * - completed: Successfully processed * - failed: Failed processing * - pending: Awaiting processing

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Example
orch_1704067200_abc123xyz

Orchestration details

Media typeapplication/json
object
Examplegenerated
{}

Access denied

Orchestration not found

Failed to get orchestration