cURL
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": {} }
Retrieve the status and result of a specific run.
the name of the project
the ID of the table
the ID of the run
Successfully got status of the file
status of the AI run
running
done
error
Object with direct values for each key, allowing single values or arrays of values.
Show child attributes
Was this page helpful?