Get AI Run Status & Result
Tables
Get Run Status and Result
Poll an async AI run for its status and retrieve results when complete. Returns the current status of the run, and if the run is done, includes the extracted data or reconciliation results.
GET
Get AI Run Status & Result
Documentation Index
Fetch the complete documentation index at: https://docs.cloudsquid.io/llms.txt
Use this file to discover all available pages before exploring further.
This is step 3 of 3 in the async run pattern. Poll this endpoint using the
run_id returned by Start AI Run until status is done or error.See the full async run pattern guide for a complete working example with a polling loop.Run status values
| Status | Meaning |
|---|---|
pending | Queued, not yet started |
running | AI is actively processing |
done | Complete — data field is populated with extracted results |
error | Processing failed |
Polling example
Python
Authorizations
Path Parameters
the name of the project
the ID of the table
the ID of the run
Response
Successfully got status of the file
