Skip to main content
GET
Jobs Search

授权

Authorization
string
header
必填

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

查询参数

limit
integer
默认值:20
必填范围: 1 <= x <= 200
offset
integer
默认值:0
必填范围: x >= 0
q
string
默认值:""
order
string | null
dir
string
默认值:desc
status
string[] | null
recipe
string[] | null
framework
string[] | null
profile
string[] | null
username
string[] | null
tag
string[] | null
project_key
string
默认值:""
exp
string
默认值:""
since
string | null
until
string | null
active
boolean
默认值:false
facets
boolean
默认值:true

响应

Successful Response

A page of the ledger, its total, and the counts behind each filter.

facets is keyed by field name (status / recipe / framework / profile / username). Each list is counted with every other active filter applied but not its own, so switching one value for another within a facet does not first empty the page.

jobs
JobRowOut · object[]
total
integer
默认值:0
facets
Facets · object