Skip to main content
GET
List Jobs

Authorizations

Authorization
string
header
required

Provide your QuedUp API key in the Authorization header as Bearer <api_key>.

Query Parameters

cursor
string

Opaque pagination cursor returned from a previous list response.

Example:

"eyJjcmVhdGVkX2F0IjoiMjAyNi0wMy0wOVQwMDowMDowMC4wMDBaIiwiaWQiOiI1NTBlODQwMC1lMjliLTQxZDQtYTcxNi00NDY2NTU0NDAwMDAifQ"

Response

Paginated list of jobs.

data
object[]
required

Jobs returned for the current page.

Example:
has_more
boolean
required

Whether another page of results is available.

Example:

false

next_cursor
string | null
required

Opaque cursor to request the next page of results.

Example:

"eyJjcmVhdGVkX2F0IjoiMjAyNi0wMy0wOVQwMDowMDowMC4wMDBaIiwiaWQiOiI1NTBlODQwMC1lMjliLTQxZDQtYTcxNi00NDY2NTU0NDAwMDAifQ"