Skip to main content
GET
Job Metrics

授权

Authorization
string
header
必填

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

查询参数

id
string
必填
run_id
string | null
since
integer | null

增量游标(上次返回的 cursor);省略=全量快照

keys
string[] | null

只取这些 key(按可见图表请求);省略=全部

num
integer | null

折线目标点数(LTTB 上限,封顶 1500);按图宽传

start
integer | null

step 窗口下界(缩放);省略=从头

end
integer | null

step 窗口上界(缩放);省略=到尾

响应

Successful Response

run_id
string
必填
series
Series · object
cursor
integer | null
full
boolean | null