過去24時間におけるチームのAPIアクティビティを一覧表示します。各jobのメタデータ(job IDを含む)を返します。job IDは、対応するGET endpoint(例: GET /crawl/)を使って完全な結果を取得する際に使用できます。カーソルベースのページネーションと、endpointによる絞り込みに対応しています。
| Endpoint | 取得エンドポイント |
|---|---|
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.
endpointで絞り込む
scrape, crawl, batch_scrape, search, extract, llmstxt, deep_research, map, agent, browser, interact 1ページあたりの最大結果数
1 <= x <= 100ページネーション用のカーソル。前のレスポンスで返されたカーソル値を使用します。