Skip to main content
GET
List jobs

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Query Parameters

limit
integer
default:50

Max jobs to return. Defaults to 50; clamped to 100.

Required range: 1 <= x <= 100
postingStatus
enum<string>

Filter by posting status.

Available options:
completed,
archived,
deleted

Response

The tenant's jobs (newest first). Non-paginated; bounded by limit.

Non-paginated list of the tenant's jobs (newest first).

data
object[]
required