POST https://api.acedata.cloud/webextrator/tasks (無料)
過去の render / extract タスクを照会(7日間保存)。
単一照会
trace_id で:
request / response / started_at / finished_at などのフィールドを含む)。
複数照会
trace_ids を使うか、両方を渡さずに自分のタスク履歴をページングで取得。
返却:
フィールド定義
| フィールド | 説明 |
|---|---|
id / task_id | タスクの一意ID |
trace_id | 呼び出しチェーンID(PlatformGateway / CLS と整合) |
type | render または extract |
request | 元のリクエストボディ |
response | レンダリング / 抽出結果(sync response の data と同じ) |
started_at / finished_at / elapsed | タイムスタンプと経過時間(秒) |
本APIは無料で、使用量にカウントされません。

