Get a job by id

GET
/api/v1/jobs/{id}

Retrieve a single job by its numeric id, including its company and resolved locations. Closed jobs remain retrievable.

Authorization

bearerAuth
AuthorizationBearer <token>

Provide your secret API key (prefixed sk_) as a bearer token: Authorization: Bearer sk_....

In: header

Path Parameters

id*integer

The numeric job id.

Range1 <= value

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/api/v1/jobs/1"
{  "id": 0,  "source_id": 0,  "company_id": 0,  "external_job_id": "string",  "url": "string",  "apply_url": "string",  "title": "string",  "location_raw": "string",  "locations_raw": "string",  "location": "string",  "city": "string",  "region": "string",  "postal_code": "string",  "country_code": "string",  "latitude": 0,  "longitude": 0,  "usa": true,  "country_codes": [    "string"  ],  "admin1_refs": [    "string"  ],  "workplace": "remote",  "employment_type": "full_time",  "level": "intern",  "language": "string",  "salary_raw": "string",  "salary_min": 0,  "salary_max": 0,  "salary_currency": "string",  "salary_period": "year",  "posted_at": "string",  "expires_at": "string",  "content_hash": "string",  "first_seen_at": "string",  "closed_at": "string",  "created_at": "string",  "updated_at": "string",  "description_md": "string",  "description_html": "string",  "company": {    "id": 0,    "name": "string",    "website_url": "string",    "logo_url": "string",    "industry": "string",    "size_range": "string",    "founded_year": 0,    "is_agency": true,    "linkedin_id": "string",    "created_at": "string",    "updated_at": "string"  },  "locations": [    {      "id": 0,      "kind": "string",      "name": "string",      "slug": "string",      "ascii_name": "string",      "country_code": "string",      "country_name": "string",      "admin1_code": "string",      "admin1_name": "string",      "latitude": 0,      "longitude": 0,      "population": 0,      "geonames_id": 0,      "created_at": "string"    }  ]}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "errors": [    {      "field": "string",      "message": "string"    }  ]}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "errors": [    {      "field": "string",      "message": "string"    }  ]}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "errors": [    {      "field": "string",      "message": "string"    }  ]}
{  "type": "string",  "title": "string",  "status": 0,  "detail": "string",  "errors": [    {      "field": "string",      "message": "string"    }  ]}