---
title: "Get Account Analytics"
method: GET
path: "/v1/account/analytics"
tags: ["Account & Keys"]
---

# Get Account Analytics

`GET /v1/account/analytics`

Fetch analytics dashboard. Requires scope: account:read

## Query parameters

- `period` string, nullable
- `model` string, nullable

## Response `200`

Successful Response

- AccountAnalyticsResponse
  - `metrics` object, required — Aggregated metrics for the account.
  - `series` object[], nullable — Time series data points for analytics.

## Other responses

- `400` — Bad Request - Invalid period or model ID.
- `401` — Unauthorized - Missing or invalid API key.
- `404` — Not Found - No analytics data found.
- `422` — Validation Error
- `429` — Too Many Requests - Rate limit exceeded.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/routeway/apis/routeway-api.md) · [All operations](https://skmtc.dev/routeway/apis/routeway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/routeway/routeway-api/revisions/b6f03282a96b/schema)
