Skip to content

List Durable Orchestrations

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

List durable orchestrations for an organization with optional filtering. * * Note: This is different from /tools/orchestrations which handles async tool execution * polling. These durable orchestrations are for long-running batch processing loops. * * Filter Options: * - status: Filter by orchestration status * - limit: Max results (default 20, max 100) * - cursor: Pagination cursor

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation machine name

Query Parameters

status
string
Allowed values: pending running paused completed failed cancelled

Filter by orchestration status

limit
integer
default: 20 >= 1 <= 100

Maximum number of results

cursor
string

Pagination cursor from previous response

Responses

200

List of orchestrations

object
orchestrations
Array<object>
object
nextCursor
string
nullable

403

Access denied

500

Failed to list orchestrations