v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

retroactiveExtractions.getEstimate

Fetch the current status of a Retroactive Scan estimate by jobId. Returns queued/active/completed/failed status, in-flight progress, and the final result when completed.

post/capabilities/retroactiveExtractions.getEstimate

Request body

jobIdstring required

The estimation job ID returned by retroactiveExtractions.estimate.

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}