Skip to main content
GET
List applications

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Query Parameters

status
enum<string>

Return only applications in this lifecycle state. Current durable application state.

Available options:
queued,
running,
awaiting_answers,
submitted,
failed,
canceled
created_after
string<date-time>

Include applications created at or after this UTC timestamp.

created_before
string<date-time>

Include applications created at or before this UTC timestamp.

cursor
string

Opaque next_cursor from the preceding page.

limit
integer
default:20

Number of applications to return.

Required range: 1 <= x <= 100

Response

Cursor-paged application summaries.

api_version
enum<string>
required

Version of the profileless Auto Apply API contract.

Available options:
2026-07-21
Example:

"2026-07-21"

items
object[]
required
next_cursor
string | null
required

Opaque cursor for the next page, or null on the final page.