列出你的团队在过去 24 小时内最近的 API 活动。返回每个任务的元数据,包括任务 ID,可与对应的 GET 端点(例如 GET /crawl/)配合使用以获取完整结果。支持基于游标的分页,并可按端点筛选。
| 端点 | 获取端点 |
|---|---|
scrape | GET /v2/scrape/{id} |
crawl | GET /v2/crawl/{id} |
batch_scrape | GET /v2/batch/scrape/{id} |
agent | GET /v2/extract/{id} |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
按端点筛选
scrape, crawl, batch_scrape, search, extract, llmstxt, deep_research, map, agent, browser, interact 每页返回的最大结果数
1 <= x <= 100用于分页的游标。请使用上一个响应中的游标值。