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.
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.
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.| Status | Meaning |
|---|---|
pending | Queued, not yet started |
running | AI is actively processing |
done | Complete — data field is populated with extracted results |
error | Processing failed |
the name of the project
the ID of the table
the ID of the run
Successfully got status of the file