Skip to content

Get Durable Orchestration

GET
/api/v3/organizations/{organisation}/ai/orchestrations/{orchestrationId}

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

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation machine name

orchestrationId
required
string

Orchestration identifier

Example
orch_1704067200_abc123xyz

Responses

200

Orchestration details

object

403

Access denied

404

Orchestration not found

500

Failed to get orchestration