メインコンテンツへスキップ
GET
最近のAPIアクティビティを一覧表示
過去24時間のAPIアクティビティの一覧を表示します。ジョブIDの特定に使用し、対応する GET エンドポイントで結果を取得できます。
Endpoint取得エンドポイント
scrapeGET /v2/scrape/{id}
crawlGET /v2/crawl/{id}
batch_scrapeGET /v2/batch/scrape/{id}
agentGET /v2/agent/{jobId}

承認

Authorization
string
header
必須

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

クエリパラメータ

endpoint
enum<string>

endpointで絞り込む

利用可能なオプション:
scrape,
crawl,
batch_scrape,
search,
extract,
llmstxt,
deep_research,
map,
agent,
browser,
interact
limit
integer
デフォルト:50

1ページあたりの最大結果数

必須範囲: 1 <= x <= 100
cursor
string

ページネーション用のカーソル。前のレスポンスで返されたカーソル値を使用します。

レスポンス

200 - application/json

成功時のレスポンス

cursor
string | null

次のページで使用するカーソル。これ以上結果がない場合はnullです。

data
object[]
has_more
boolean

利用可能な結果がさらにあるかどうか

success
boolean
:

true