Skip to main content
GET
List jobs

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Query Parameters

limit
integer
offset
integer
ordering
string

created_at|title (- for desc).

query
string

Search title/description.

status
string

Filter by status.

Response

count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"