v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/jobs

Returns a collection of your account jobs. Required scope: r_jobs. Accessible with all token types.

get/jobs

Query parameters

statestring

Returns jobs with the current state. Possible values (draft, published, archived & closed).

limitinteger

Specifies the number of jobs to try and retrieve per page (optional)

since_idstring

Returns results with an ID greater than or equal to the specified ID. (optional)

max_idstring

Returns results with an ID less than or equal to the specified ID. (optional)

created_afterstring date-time

Returns results created after the specified timestamp. (optional)

updated_afterstring date-time

Returns results updated after the specified timestamp.

include_fieldsstring

Includes additional fields in each job (description, full_description, requirements and benefits).

Response

200