Interface: operations
Properties
listJobs
listJobs:
object
parameters
parameters:
object
parameters.cookie?
optionalcookie:undefined
parameters.header?
optionalheader:undefined
parameters.path?
optionalpath:undefined
parameters.query?
optionalquery:object
parameters.query.created_after?
optionalcreated_after:string
Description
Only include jobs with created_at greater than or equal to this instant.
parameters.query.created_before?
optionalcreated_before:string
Description
Only include jobs with created_at less than or equal to this instant.
parameters.query.limit?
optionallimit:number
Description
Page size (default implementation-defined).
parameters.query.offset?
optionaloffset:number
Description
Number of matching jobs to skip before returning results.
parameters.query.operation_id?
optionaloperation_id:string
Description
Filter by target operationId.
parameters.query.original_request_id?
optionaloriginal_request_id:string
Description
Filter by chain-root request id.
parameters.query.status?
optionalstatus:"pending"|"running"|"retrying"|"succeeded"|"dead"|"cancelled"
Description
Filter by job status.
parameters.query.user_id?
optionaluser_id:string
Description
Filter by acting user id.
requestBody?
optionalrequestBody:undefined
responses
responses:
object
responses.200
200:
object
Description
Matching jobs for this page.
responses.200.content
content:
object
responses.200.content.application/json
application/json:
object
responses.200.content.application/json.jobs
jobs:
object[]
responses.200.headers
headers:
object
Index Signature
[name: string]: unknown
responses.401
401:
object
Description
Unauthorized - missing or invalid auth headers, or not logged in.
responses.401.content
content:
object
responses.401.content.application/json
application/json:
object
responses.401.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
responses.401.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.responses.401.headers
headers:
object
Index Signature
[name: string]: unknown
responses.403
403:
object
Description
Forbidden - site admin privileges required.
responses.403.content
content:
object
responses.403.content.application/json
application/json:
object
responses.403.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
responses.403.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.responses.403.headers
headers:
object
Index Signature
[name: string]: unknown