List Cycles Api V1 Workstreams Cycles Get
get
/api/v1/workstreams/cyclesList cycles (fleet view)
List execution cycles with filtering options.
Provides a fleet view of all workflow executions across blueprints.
**Query Parameters:**
- `workstream_id`: Filter by parent workstream (matches both the
denormalised `cycle.workstream_id` column and, for legacy
containerized cycles where it may be null, the workstream id
reachable via the blueprint join)
- `blueprint_id`: Filter by blueprint
- `client_id`: Filter by client
- `status`: Filter by status
- `limit`: Results per page (1-100, default: 20)
- `offset`: Pagination offset (default: 0)
**Authentication Required:** JWT Bearer token
Query parameters
workstream_idquery | Filter by parent workstream |
blueprint_idquery | Filter by blueprint |
client_idquery | Filter by client |
statusquery | Filter by status |
limitquery | Results per page |
offsetquery | Pagination offset |
Responses
200Cycles retrieved successfully
| Field | Type | Description |
|---|---|---|
items | CycleResponse[] | —item shape |
paginationrequired | Pagination | Pagination informationshow nested |
401Unauthorized
422Validation Error
| Field | Type | Description |
|---|---|---|
detail | ValidationError[] | —item shape |
curl https://api.dev.arch.ie/api/v1/workstreams/cycles \
-H "Authorization: Bearer sk_..."