메인 콘텐츠로 건너뛰기
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는 무료이며 사용량에 포함되지 않습니다.