---
title: "List estimates"
method: GET
path: "/estimates"
tags: ["Estimates"]
---

# List estimates

`GET /estimates`

Returns a paginated list of estimates

## Query parameters

- `year` integer
- `clients` integer[]
- `client_id` integer
- `projects` integer[]
- `status` string
- `search` string

## Response `200`

Successful response

- object
  - `data` Estimate[]
    - `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
  - `meta` object

## Other responses

- `401` — Unauthenticated

---

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