Skip to main content
POST
/
reconcile-agents
/
{agent_id}
/
run
Run Reconciliation Task
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"
  ]
}
'
[
  {}
]

Authorizations

X-API-Key
string
header
required

Path Parameters

agent_id
string<uuid>
required

The id of the reconcile agent

Body

application/json
assets
string<uuid>[]
required

list of asset ids to run the pipeline on

Response

Successfully processed all assets and returned results

The response is of type object[].