---
title: "retroactiveExtractions.getEstimate"
method: POST
path: "/capabilities/retroactiveExtractions.getEstimate"
tags: ["Capabilities"]
---

# retroactiveExtractions.getEstimate

`POST /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.

## Request body

- object
  - `jobId` string, required — The estimation job ID returned by retroactiveExtractions.estimate.

## Response `200`

Successful response

- object
  - `success` boolean
  - `code` integer
  - `data` object
    - `result` object — Capability-specific result

## Other responses

- `400` — Invalid input
- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.net/receiptor/apis/receiptor-ai-api.md) · [All operations](https://skmtc.net/receiptor/apis/receiptor-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/receiptor/receiptor-ai-api/versions/da17f0eb65a2/schema)
