Skip to main content
GET
/
projects
/
{project_name}
/
tables
/
{table_id}
/
run
/
{run_id}
Get AI Run Status & Result
curl --request GET \
  --url https://api.cloudsquid.io/api/projects/{project_name}/tables/{table_id}/run/{run_id} \
  --header 'X-API-Key: <api-key>'
{
  "status": "running",
  "result": {}
}

Authorizations

X-API-Key
string
header
required

Path Parameters

project_name
string
required

the name of the project

table_id
string<uuid>
required

the ID of the table

run_id
string<uuid>
required

the ID of the run

Response

Successfully got status of the file

status
enum<string>
required

status of the AI run

Available options:
running,
done,
error
result
object

Object with direct values for each key, allowing single values or arrays of values.