Skip to main content
GET
Get a paginated list of your jobs.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
string<string>
required

Query Parameters

sort
string

Sortable fields: title, published_date, created_date.

title
string

Filter jobs by title

job_code
string

Filter jobs by job code

statuses
enum<string>[]

Filter jobs by status

Available options:
drafted,
published,
closed,
internal
types
enum<string>[]

Filter jobs by employment type

Available options:
full_time,
part_time,
contract,
temporary,
other,
internship,
volunteer
experiences
enum<string>[]

Filter jobs by experience level

Available options:
na,
intern,
entry_level,
mid_level,
senior
owner_ids
string<string>

Filter jobs by the user_id of the job owner

assigned_users
string<string>

Filter jobs by the user_id of the users assigned to the job

countries
string[]

Filter jobs by the 2 letter ISO code of the country eg. US, FR

states
string[]

Filter jobs by the 2 letter ISO code of the state eg. FL, MA

ids
integer<int32>[]
category_ids
integer<int32>[]

Filter jobs by category id

page
integer<int32>

Defaults to 1

page_size
integer<int32>

Defaults to 30. Min = 1. Max = 100

Required range: 1 <= x <= 100

Response

meta
object
items
object[]