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
The response is of type object.
object
Was this page helpful?