---
title: "Export team usage metrics"
method: GET
path: "/api/v1/team/usage-export"
tags: ["Usage"]
---

# Export team usage metrics

`GET /api/v1/team/usage-export`

Export team usage metrics as JSON or CSV. Usage Metrics in Shortcut provides a prefilled request with your team_id; use these query parameters to customize the date range, output format, and optional platform grouping. API keys must belong to a user with usage metrics access for the requested team or organization.

## Query parameters

- `team_id` string
- `period` 'day' | 'week' | 'month' | '60days' | '90days' | 'all'
- `start_date` string
- `end_date` string
- `timezone` string
- `format` 'json' | 'csv'
- `report` 'summary' | 'daily'
- `group_by` 'platform'

## Response `200`

Default Response

---

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