---
title: "Get an estimate"
method: GET
path: "/estimates/{id}"
tags: ["Estimates"]
---

# Get an estimate

`GET /estimates/{id}`

Returns a specific estimate

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Estimate — Estimate resource
  - `id` integer
  - `client_id` integer, nullable
  - `project_id` integer, nullable
  - `uuid` string, uuid
  - `document_id` string
  - `subject` string, nullable
  - `issue_date` string, date
  - `valid_until` string, date, nullable
  - `status` 'draft' | 'sent' | 'viewed' | 'accepted' | 'declined'
  - `total` number
  - `company_name` string, nullable
  - `address` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `note` string, nullable
  - `created_at` string, date-time

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
