Skip to main content
GET
Updated Since

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

updatedSince
string
required

Date time used to check changes from , in UTC, in the format of YYYY-MM-DDThh:mmZ

limit
integer<int32> | null

The number of jobs to include in the output. If not specified, it will default to 20. Advise this is not set to greater than 1000 to avoid any issues with response size.

nextToken
string | null

Specifies where to continue listing jobs

Response

200 - application/json

getUpdatedSince 200 response

jobs
object[]
nextToken
string
errors
object[]
count
integer<int32>