job.list

List all open, closed, and archived jobs.

See the Pagination and Incremental Synchronization guide for detailed usage examples.

Requires the jobsRead permission.

To include draft jobs, Draft must be specified in the status param.

Body Params
int64

The API will return data after this date, which is the time since the unix epoch in milliseconds

string

Opaque cursor indicating which page of results to fetch

string

An opaque token representing the last time the data was successfully synced from the API. A new, updated one is returned after successfully fetching the last page of data.

number

The maximum number of items to return. The maximum and default value is 100.

status
array of objects

When supplied, only jobs with the provided status(es) will be returned.

status
int64

Return jobs opened after this date, which is the time since the unix epoch in milliseconds

int64

Return jobs opened before this date, which is the time since the unix epoch in milliseconds

int64

Return jobs closed after this date, which is the time since the unix epoch in milliseconds

int64

Return jobs closed before this date, which is the time since the unix epoch in milliseconds

boolean

Include unpublished job posting ids

expand
array of strings

Choose to expand the result and include additional data for related objects.

expand
Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json