---
title: "Agency Timeseries"
method: GET
path: "/api/v1/agency/analytics/{agency_id}/timeseries"
tags: ["Agency Analytics"]
---

# Agency Timeseries

`GET /api/v1/agency/analytics/{agency_id}/timeseries`

Usage timeseries for the agency. Granularity: daily or monthly.
Defaults: daily → last 30 days; monthly → last 12 months.

## Path parameters

- `agency_id` string, uuid, required

## Query parameters

- `granularity` 'daily' | 'monthly'
- `date_from` string, date, nullable
- `date_to` string, date, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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