---
title: "Estimates Report (deprecated)"
method: GET
path: "/team/estimate/export"
tags: ["Reports"]
---

# Estimates Report (deprecated)

`GET /team/estimate/export`

Legacy export of team estimates, returned as JSON. Requires admin access. Kept for backward compatibility; new integrations should use the dashboard reports.

## Query parameters

- `dueFrom` string
- `dueTo` string
- `status` string

## Response `200`

OK

- EstimateExportObject[]
  - `time` TaskTime
    - `total` number, required — Total task time in seconds
    - `users` object, required — Task time per user ID
  - `estimate` TaskEstimate
    - `total` number, required — Total task estimate in seconds
    - `type` 'overall' | 'users', required
    - `users` object — Task estimate per user ID
  - `project` object — Will appear only if 'project' passed to fields parameter
    - `id` string
    - `name` string
    - `workspace` string
  - `task` object — Will appear only if 'task' passed to fields parameter
    - `id` string
    - `name` string
    - `status` string
    - `type` string
    - `iteration` string
    - `number` number
    - `dueAt` string

## Other responses

- `401` — Unauthorized

---

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