---
title: "Returns list of estimates by filter"
method: GET
path: "/estimates"
tags: ["estimates"]
---

# Returns list of estimates by filter

`GET /estimates`

## Query parameters

- `fields` string[]

## Response `200`

Successful Operation

- Estimate[]
  - `id` integer
  - `estimate_ref_id` integer
  - `parent_version_id` integer
  - `estimate_id` integer
  - `default_selected` boolean
  - `version_id` integer
  - `type_id` integer
  - `dated` string
  - `organization_id` integer
  - `category_id` integer
  - `title` string
  - `creator_id` integer
  - `owner_id` integer
  - `client_id` integer
  - `status_id` integer
  - `inside_address` string
  - `template` boolean
  - `template_name` string
  - `content_footer` string
  - `content_terms_conditions` string
  - `acceptance_user_id` integer
  - `acceptance_time` string
  - `account_id` integer
  - `created_at` string
  - `archived` boolean
  - `visibility` boolean
  - `total` integer
  - `status` Status
    - `id` integer
    - `machine_name` string
    - `description` string
  - `contacts` Contacts
    - `internal` ContactShort[]
      - `id` integer
      - `first_name` string
      - `last_name` string
      - `primary` boolean
      - `avatar` string
    - `external` ContactShort[]
      - `id` integer
      - `first_name` string
      - `last_name` string
      - `primary` boolean
      - `avatar` string

---

[API](https://skmtc.net/trackfront/apis/trackfront-v1.md) · [All operations](https://skmtc.net/trackfront/apis/trackfront-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackfront/trackfront-v1/revisions/46087eaf6f2a/schema)
