POST https://api.acedata.cloud/webextrator/tasks (Free)
Query historical render / extract tasks (retained for 7 days).
Single Query
trace_id:
request / response / started_at / finished_at).
Batch Query
trace_ids, or omit both to paginate through your own task history.
Returns:
Field Definitions
| Field | Description |
|---|---|
id / task_id | Unique task ID |
trace_id | Trace chain ID (aligned with PlatformGateway / CLS) |
type | render or extract |
request | Original request body |
response | Render / extract result (same as sync response data) |
started_at / finished_at / elapsed | Timestamps and elapsed time (seconds) |
This API is free and does not count towards usage.

