---
title: "Get Estimate Report Status"
method: GET
path: "/estimates-api/v2/projects/{projectId}/reports/{reportUid}/status"
tags: ["Estimates"]
---

# Get Estimate Report Status

`GET /estimates-api/v2/projects/{projectId}/reports/{reportUid}/status`

## Path parameters

- `projectId` string, required
- `reportUid` string, required

## Query parameters

- `reportStatus` 'NOT_FOUND' | 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'TIMEOUT'
- `reportType` 'FUZZY' | 'COST'

## Response `200`

OK

- EstimateJobReportStatusResponse
  - `response` object, required
    - `code` 'GENERAL_ERROR' | 'MAINTENANCE_MODE_ERROR', required — Indicates whether the response was successful or what error has occured.
    - `data` EstimateJobReportStatus, required
      - `reportUid` string
      - `reportType` string
      - `reportStatus` string
      - `totalStrings` integer
      - `percentComplete` integer
      - `createdDate` string, YYYY-MM-DDThh:mm:ssZ

---

[API](https://skmtc.dev/smartling/apis/smartling-rest-api-reference.md) · [All operations](https://skmtc.dev/smartling/apis/smartling-rest-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smartling/smartling-rest-api-reference/revisions/2a73d11e9b98/schema)
