Get Jobs

Returns a paginated list of jobs. Optional "page" and "per_page" parameters may be passed. If parameters are not present, the 1st page of up to 1000 results will be returned by default.

Path Params
string
required

The identifier of the associated site.

Query Params
string

Optionally sort the job list. Allowed values are: archived_at, company, distribution_status, id, offlined_at, posted_at, site_id, status, title.

string

Optionally search jobs with a matching title.

sites
array of strings

Optionally limit the response to jobs under the given sites.

sites
tags
array of strings

Optionally limit the response to jobs with the given tags.

tags
users
array of strings

Optionally limit the response to jobs managed by users with the given ids.

users
string

Optionally limit the response to jobs with a given status. Allowed values are: online, offline, archived.

string

Optional. The page number of results. Default is 1.

string

Optional. The number of results per page. Default is 1000. Max is 1000.

site_ids
array of strings

Optionally limit the response to jobs by sites with the given ids.

site_ids
string

Optionally limit the response to jobs updated after given date/time. Can be used with updated_before.

string

Optionally limit the response to jobs updated before given date/time. Can be used with updated_after.

Responses

403

Not authorized

500

Internal system error. Please contact support in the event that this occurs.

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