Skip to main content
GET
Get a job

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.

Path Parameters

id
string
required

The id.

Response

The requested job (raw job document). 404 when missing or owned by another tenant.

data
object
required

A job posting owned by the token tenant. GET /jobs and GET /jobs/{id} return the raw Firestore job document (id + stored fields), so additional fields beyond those listed may appear. The fields below are the ones the create/update surface writes and the job form recognizes.