List jobs
Jobs
List jobs
List the caller’s visible jobs, newest first, keyset-paginated.
GET
List jobs
Per-user/subject scoped: a non-admin key sees only its own
jobs plus its org’s provisioned subjects’ jobs; an admin key sees the whole
org. Ordered by
createdAt descending, with
jobId as a stable tiebreaker; page with nextCursor until hasMore
is false. No totals are returned (cursor pagination).
Authorization
This route requires theread scope.
A missing or invalid credential returns 401 authentication_error. A valid credential without the scope returns 403 permission_denied, and the problem body names the exact scope required.
Headers
These are request conventions the contract does not declare as parameters, so they do not appear in the schema tables below.Success responses
Errors
Every error is an RFC 9457
application/problem+json body carrying a stable code, a requestId, and a suggestedAction where Exo has one. See Errors.
Notes
- Visibility depends on the key. A non-admin key sees its own jobs plus the jobs of subjects provisioned in its organization. An admin key sees the whole organization.
Authorizations
An Exo API key (exo_...) sent as the X-Exo-API-Key header.
Query Parameters
Opaque cursor from a previous nextCursor.
Page size, coerced into [1, 100] (default 25).