Programmatically trigger syncs, backfills, and manage jobs.
The Orchestration API is the v1 external surface for automation tools (Airflow, Dagster, CI/CD, custom schedulers). Use it to start syncs and backfills, poll job status, fetch results, and manage webhook subscriptions.
Authenticate every request with a Bearer API key in the Authorization header.
Schedules a historical load over a time window. Large windows may shard into multiple internal jobs; the top-level backfill record tracks overall progress.Request body
Returns summary result payloads after the job reaches a terminal state. While running, the API may return 409 Conflict or a partial stub depending on deployment policy.Response 200 OK
Verify deliveries using the X-Planasonix-Signature header (HMAC over the raw body with your signing secret). Store signing_secret in your vault immediately; it may not be returned on later GET calls.
Returns the OpenAPI 3 document describing this v1 orchestration surface. Use it with codegen tools or import into Postman.Response 200 OKContent-Type: application/yaml with the full specification body.