Interface: paths
This file was auto-generated by openapi-typescript. Do not make direct changes to the file.
Properties
/jobs
/jobs:
object
delete?
optionaldelete:undefined
get
get:
object
List jobs
Description
Admin list of queued jobs with optional filters and offset pagination. Mounted on the public app as monolith chrome (site-admin-only).
get.parameters
parameters:
object
get.parameters.cookie?
optionalcookie:undefined
get.parameters.header?
optionalheader:undefined
get.parameters.path?
optionalpath:undefined
get.parameters.query?
optionalquery:object
get.parameters.query.created_after?
optionalcreated_after:string
Description
Only include jobs with created_at greater than or equal to this instant.
get.parameters.query.created_before?
optionalcreated_before:string
Description
Only include jobs with created_at less than or equal to this instant.
get.parameters.query.limit?
optionallimit:number
Description
Page size (default implementation-defined).
get.parameters.query.offset?
optionaloffset:number
Description
Number of matching jobs to skip before returning results.
get.parameters.query.operation_id?
optionaloperation_id:string
Description
Filter by target operationId.
get.parameters.query.original_request_id?
optionaloriginal_request_id:string
Description
Filter by chain-root request id.
get.parameters.query.status?
optionalstatus:"pending"|"running"|"retrying"|"succeeded"|"dead"|"cancelled"
Description
Filter by job status.
get.parameters.query.user_id?
optionaluser_id:string
Description
Filter by acting user id.
get.requestBody?
optionalrequestBody:undefined
get.responses
responses:
object
get.responses.200
200:
object
Description
Matching jobs for this page.
get.responses.200.content
content:
object
get.responses.200.content.application/json
application/json:
object
get.responses.200.content.application/json.jobs
jobs:
object[]
get.responses.200.headers
headers:
object
Index Signature
[name: string]: unknown
get.responses.401
401:
object
Description
Unauthorized - missing or invalid auth headers, or not logged in.
get.responses.401.content
content:
object
get.responses.401.content.application/json
application/json:
object
get.responses.401.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
get.responses.401.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.get.responses.401.headers
headers:
object
Index Signature
[name: string]: unknown
get.responses.403
403:
object
Description
Forbidden - site admin privileges required.
get.responses.403.content
content:
object
get.responses.403.content.application/json
application/json:
object
get.responses.403.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
get.responses.403.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.get.responses.403.headers
headers:
object
Index Signature
[name: string]: unknown
head?
optionalhead:undefined
options?
optionaloptions:undefined
parameters
parameters:
object
parameters.cookie?
optionalcookie:undefined
parameters.header?
optionalheader:undefined
parameters.path?
optionalpath:undefined
parameters.query?
optionalquery:undefined
patch?
optionalpatch:undefined
post?
optionalpost:undefined
put?
optionalput:undefined
trace?
optionaltrace:undefined