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
| Argument | Type | Required | Description |
|---|---|---|---|
queueId | string | Yes | Queue item ID from list_queued_runs. |
organizationId | string | No | Organization ID for access checks. |
response_format | json or markdown | No | Default json. |
Example
{
"queueId": "queue_item_id",
"organizationId": "org_123"
}Returns
JSON with success and data (queue item, including triggerRunId when dispatched).