List Durable Orchestrations
GET /api/v3/organizations/{organisation}/ai/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
Filter by orchestration status
limit
integer
Maximum number of results
cursor
string
Pagination cursor from previous response
Responses
200
List of orchestrations
object
orchestrations
Array<object>
object
nextCursor
string
403
Access denied
500
Failed to list orchestrations