GET
/
datasources
/
{source_id}
/
run
/
{run_id}
Get Extraction Status & Result
curl --request GET \
  --url https://api.cloudsquid.io/api/datasources/{source_id}/run/{run_id} \
  --header 'X-API-Key: <api-key>'
{
  "status": "running",
  "result": {}
}

Authorizations

X-API-Key
string
header
required

Path Parameters

source_id
string<uuid>
required

the ID of the datasource

run_id
string<uuid>
required

the ID of the run

Response

200
application/json

Successfully got status of the file

The response is of type object.