メインコンテンツへスキップ
POST https://api.acedata.cloud/webextrator/tasks無料 過去の render / extract タスクを照会(7日間保存)。

単一照会

{
  "action": "retrieve",
  "id": "550e8400-e29b-41d4-a716-446655440000"
}
または trace_id で:
{
  "action": "retrieve",
  "trace_id": "550e8400-e29b-41d4-a716-446655440001"
}
単一のタスクオブジェクトを返します(request / response / started_at / finished_at などのフィールドを含む)。

複数照会

{
  "action": "retrieve_batch",
  "ids": ["...", "..."],
  "limit": 12,
  "offset": 0
}
または trace_ids を使うか、両方を渡さずに自分のタスク履歴をページングで取得。 返却:
{
  "items": [ { /* task */ }, ... ],
  "count": 2
}

フィールド定義

フィールド説明
id / task_idタスクの一意ID
trace_id呼び出しチェーンID(PlatformGateway / CLS と整合)
typerender または extract
request元のリクエストボディ
responseレンダリング / 抽出結果(sync response の data と同じ)
started_at / finished_at / elapsedタイムスタンプと経過時間(秒)
本APIは無料で、使用量にカウントされません。