Skip to main content
GET
管理 API 主机 (api.scanova.io) 上列出账户的日志导出任务,使用您的原始管理 API 密钥进行身份验证。
string
按任务状态筛选:newcompletedfailed
在导出用户的名字、姓氏和电子邮件中搜索。
string
createdcompleted_onstatus 排序 —— 前缀 - 表示降序。默认值为 -created
integer
页码。
不存在按 id 单独查询导出任务状态的端点 —— 请改为查询此列表(按 status 筛选,或搜索/排序以找到特定任务),而不是使用不存在的 GET /user-logs/{id}/;该路径仅支持 DELETE
在任务达到 completed 之前,result_filecompleted_on 均为 null。若任务在 new 状态停滞超过 30 分钟,将被自动标记为 failed

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

查询参数

status
enum<string>
可用选项:
new,
completed,
failed
ordering
string
page
integer

响应

200 - application/json

Paginated list of export jobs.