Skip to main content
GET
List finished jobs

Authorizations

x-api-key
string
header
required

Path Parameters

projectId
integer
required

Project ID

Query Parameters

startDate
string<date-time>

Start date

endDate
string<date-time>

End date

limit
integer

Maximum number of results

offset
integer

Offset in results, can be used in conjunction with LimitResultsParameter to implement paging.

rootOnly
boolean

Whether to exclude jobs with a parent ID (so jobs started as part of another job)

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

jobs
object[]
required

Active jobs

totalJobCount
integer
required
error
string

Optional error description (set if 'success' was false)