cURL
curl --request GET \ --url https://api.cloudsquid.io/api/datasources/{source_id}/run/{run_id} \ --header 'X-API-Key: <api-key>'
{ "status": "running", "result": {} }
Retrieve the status and result of a specific extraction run.
the ID of the datasource
the ID of the run
Successfully got status of the file
status of the extraction 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?