cURL
curl --request POST \ --url https://api.cloudsquid.io/api/datasources/{source_id}/run \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "pipeline": "cloudsquid-flash", "file_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "zero_retention": true }'
{ "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Start the extraction run for a file.
the ID of the datasource
cloudsquid-flash
cloudsquid-pro-v2
File to start extraction
indicates if the extraction is run in zero-retention mode
Extraction started successfully
The id of the run
Was this page helpful?