Get actions run status
Check the status of an actions run. overallStatus collapses every underlying process into one of PENDING/PROCESSING/QUEUED (in progress), COMPLETED/FAILED/CANCELLED (uniformly terminal), or PARTIAL (mixed terminal outcomes). statusCounts breaks progress down per record (contacts or companies × actions): pending, processing, and queued are in-flight; completed, failed, and cancelled are terminal outcomes; alreadyUpToDate counts records the worker skipped because they were already current; blocklisted counts completed records whose target is on the workspace blocklist (already excluded from completed). Use lastUpdatedAt to detect staleness — a run stuck at PROCESSING/QUEUED with an old lastUpdatedAt may indicate a worker backlog rather than active progress.
Required scope:
ACTIONS_READRate limit: 100 requests per minute