Skip to main content

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

ArgumentTypeRequiredDescription
organizationIdstringNoOrganization ID. Required unless the API key is organization-scoped.
actionFlowIdstringNoLimit the list to one flow.
pagenumberNoPage number starting at 1.
pageSizenumberNoPage size, 1-100. Default 20.
response_formatjson or markdownNoDefault json.

Example

{
  "organizationId": "org_123",
  "page": 1,
  "pageSize": 20
}

Returns

JSON with success and data ({ items, total }).

On this page