API Reference
OIDC
Platform

Jobs

AdminUpdated Sep 11, 2026

Jobs

Backend API — secret key (Authorization: Bearer sk_…).

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

Method & path

Scope

Idem

Explanation

GET /v1/jobs

jobs:read

List bulk import/export jobs, newest first (cursor pagination).

GET /v1/jobs/:id

jobs:read

Fetch a job: its status, counters and (for an export) result.

GET /v1/jobs/:id/errors

jobs:read

List a job's per-row errors ({ index, email, code, message }).

Was this page helpful?