List jobs.

  • Returns a list of existing Jobs for an authorized company.
  • Supports pagination using the cursor and limit query parameters.
  • Supports filtering Jobs by name and ID query parameters.
  • Supports sorting Jobs by name and ID using the sort query parameter.
  • Default sort is by ID in descending order.
  • Requires personio:jobs:read.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filter results matching one or more provided Job IDs. Multiple IDs should be comma-separated.

string

The pagination cursor to navigate over to the next list of resources. If you pass a specific limit to your request, or you rely on the default value of the number of resources to be returned, then your subsequent call has to include the cursor in order to retrieve the next list of resources. If cursor is missing, the first page is returned.

integer
1 to 100
Defaults to 50

The maximum number of results to return per page.

string

Filter results matching one or more provided Job names. Multiple names should be comma-separated.

string

Defines the sort order of results. - Use field names for ascending (e.g., name) - Use a minus sign for descending (e.g., -name) - If no sort is provided, results are returned sorted by ID in descending order.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Authentication information is missing or invalid.

429

Too many requests. The rate limit has been exceeded.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json