Skip to main content

get_queued_run

Get a queued ActionFlow run by queue item ID, including triggerRunId when dispatched.

get_queued_run

Get a queued flow run by queue item ID from list_queued_runs.

After dispatch, the item includes triggerRunId. Then use get_run with that run_ ID.

See Installation for auth and response_format.

Arguments

ArgumentTypeRequiredDescription
queueIdstringYesQueue item ID from list_queued_runs.
organizationIdstringNoOrganization ID for access checks.
response_formatjson or markdownNoDefault json.

Example

{
  "queueId": "queue_item_id",
  "organizationId": "org_123"
}

Returns

JSON with success and data (queue item, including triggerRunId when dispatched).

On this page