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

Incremental cursor (the one last returned); omit for a full snapshot

keys
string[] | null

Only these keys, as the visible charts ask for them; omit for all of them

num
integer | null

Target point count per line (the LTTB budget, capped at 1500); pass the chart width

start
integer | null

Lower bound of the step window when zoomed; omit to start at the beginning

end
integer | null

Upper bound of the step window when zoomed; omit to run to the end

响应

Successful Response

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