GuidesAPI ReferenceChangelogDiscussions
API Reference

List Jobs

Log in to see full request history

❗️

CORS Errors?

If you are trying to connect to this endpoint from client based code, you will receive a CORS error. This is intended, as you will be leaking your API key in any client side code. Please see the JSON endpoint for jobs for a non-authenticated endpoint that you may use in client side code.

📘

Confidential jobs

This endpoint doesn't return confidential jobs by default for backwards compatibility reasons.

If you want to include confidential jobs, add confidential to the visibility filter (filter[visibility]) alongside other visibility options.

Example:
Use filter[visibility]=confidential,external,internal,private_job to get jobs with any visibility.

Query Params
date-time

Filter records with a creation time greater than this value.

date-time

Filter records with a creation time less than this value.

integer

Filter by department ID

string

Filter by department name

integer

Filter by division ID

string

Filter by division name

filter[employment_type]
array of strings

Filter by employment type

integer

Filter by hiring manager user ID

integer

Filter by location ID

string

Filter by location name

integer

Filter by recruitment manager user ID

boolean

Filter by whether the role is remote

string

Perform a keyword search on the job title

filter[status]
array of strings

Filter by status

integer

Filter by custom structure group ID

string

Filter by custom structure group name

filter[visibility]
array of strings

Filter by whether this job is confidential, internal, external. To ensure backwards compatibility, confidential jobs are excluded from results unless explicitly specified.

filter[workplace_type]
array of strings

Filter by workplace type

include
array of strings
string
Defaults to en

Return translatable fields in the locale specified. null will be returned for a field if a translation has not been provided.

integer
Defaults to 1

The page number of records to return

integer
0 to 1000
Defaults to 100

The number of records to return.

sort
array of strings

Sort records according to one or more criteria

You should not include both ascending id and descending -id fields the same time

string

Include the total number of matched records within the meta key of the response object.

Responses

Language
Credentials
URL