Skip to main content
Export Job Skill Clusters data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
limit
integer
required

The number of Jobs to show on a single page.

Required range: 1 <= x <= 100
Example:

10

starting_after
string

The external_id of the Job to continue looking from.

Maximum string length: 100
Example:

"4cbdbabe-5644-4423-8157-520f8a2f429a"

filters
(is_active · object | last_updated · object)[]

A set of filters to apply on the exported Jobs.

include
enum<string>[]

Expand the results with extra data.

Include:

  • skills - Show the Skill breakdown of the Job Skill Clusters
Available options:
skills
Example:

Response

OK

has_next
boolean
required

True when there is more data after this page.

Example:

true

records
object[]
required

A list containing the requested data for each entity, limited by the limit parameter.

Example:
next_starting_after
string

The next starting_after value for pagination.

Maximum string length: 100
Example:

"61a6e076-d780-11ec-9d64-0242ac120002"