---
title: "Get Usage Timeline"
method: GET
path: "/v1/usage/timeline"
tags: ["Usage"]
---

# Get Usage Timeline

`GET /v1/usage/timeline`

Get usage timeline with only timestamps for chart rendering.

## Query parameters

- `days` '7' | '14' | '30' | 'all', nullable

## Response `200`

Successful Response

- UsageTimelineResponse
  - `timeline` TimelineEntry[], required
    - `service` string, required
    - `timestamp` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scrapegraphai/apis/fastapi.md) · [All operations](https://skmtc.dev/scrapegraphai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scrapegraphai/fastapi/revisions/7583b63abb6e/schema)
