List Work Orders
Work Orders
List Work Orders
Retrieve a paginated list of work orders with optional filtering
GET
List Work Orders
List Work Orders
Returns a paginated list of work orders with optional status filtering.Request
Filter by work order status. One of:
queued, running, waiting_for_children, integrating, succeeded, failed, canceledMaximum number of results to return (1-100)
Number of results to skip for pagination
Response
Indicates if the request was successful
Paginated work order list
Example Response
Status Values
| Status | Description |
|---|---|
queued | Waiting to be processed |
running | Currently being executed |
waiting_for_children | Waiting for sub-tasks to complete |
integrating | Merging results |
succeeded | Completed successfully |
failed | Execution failed |
canceled | Canceled by user |