list_queued_runs
List queued ActionFlow runs waiting for organization capacity.
list_queued_runs
List queued flow runs waiting for organization capacity.
Use this when run_actionflow returned useQueue: true, or when you want to inspect the admission queue.
See Installation for auth and response_format.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
organizationId | string | No | Organization ID. Required unless the API key is organization-scoped. |
actionFlowId | string | No | Limit the list to one flow. |
page | number | No | Page number starting at 1. |
pageSize | number | No | Page size, 1-100. Default 20. |
response_format | json or markdown | No | Default json. |
Example
{
"organizationId": "org_123",
"page": 1,
"pageSize": 20
}Returns
JSON with success and data ({ items, total }).