cURL
curl --request POST \ --url https://api.cloudsquid.io/api/reconcile-agents/{agent_id}/run \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "assets": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
[ {} ]
Runs the reconciliation process synchronously and returns results for all processed assets
The id of the reconcile agent
list of asset ids to run the pipeline on
Successfully processed all assets and returned results
Was this page helpful?