Get the queue-processing status for a table action.
Returns aggregate counts of how many rows are pending / processing / completed / failed for this action. Set includeDetails=true to also get per-item details. Useful for polling progress after running an action.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Action type (see LIST_ACTION_TYPE_* constants). Required.
When true, include per-item queue details in addition to the aggregate counts. Default: false.
Company ID that owns the list. Required when authenticating with a personal access key (pak_…) — the key is not tied to a specific company so the server cannot infer it. Required when authenticating with a company API key only if the key belongs to a user who has access to multiple companies; otherwise it defaults to the key's company. Optional for JWT (dashboard) auth — defaults to the user's active company.
Response
Queue processing status for the action
Queue-processing status for a table action: aggregate counts of rows in each processing state, plus optional per-item details when includeDetails=true.
Total number of queued items for this action.
Number of items still waiting to be processed.
Number of items currently processing.
Number of items that finished successfully.
Number of items that failed.
Per-item queue details. Present only when includeDetails=true.

