API Reference
OIDC
Platform

Jobs

AdminUpdated Sep 11, 2026

Jobs

Dashboard API — authenticated by an Atlas console (platform-instance) session, not a key.

3 routes. Each row is one endpoint with its explanation and whether it honours the Idempotency-Key header.

Method & path

Idem

Explanation

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/jobs

List import/export jobs with live progress counters.

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/jobs/:id

Poll one import/export job (an export carries its result payload).

GET /v1/dashboard/accounts/:accountId/instances/:instanceId/jobs/:id/errors

The per-row failures recorded for an import job.

Was this page helpful?
Jobs