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

# Get Estimate Report

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

## Path parameters

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

## Query parameters

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

## Response `200`

OK

- EstimateJobReportResponse
  - `response` object, required
    - `code` 'GENERAL_ERROR' | 'MAINTENANCE_MODE_ERROR', required — Indicates whether the response was successful or what error has occured.
    - `data` EstimateJobReport[], required
      - `reportUid` string
      - `schemaType` string
      - `reportType` string
      - `schema` string
      - `reportStatus` string
      - `totalStrings` integer
      - `projectId` string
      - `creatorUserUid` string
      - `creatorUserRole` string
      - `contentCoverage` string
      - `creatorAgencyUid` string
      - `createdDate` string, YYYY-MM-DDThh:mm:ssZ
      - `totalWordCount` string
      - `totalWeightedWordCount` integer
      - `priceInformation` string
      - `localeEstimates` string
      - `tags` string[]
      - `warnings` string[]
      - `errors` string[]

---

[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)
