---
title: "Get Change Streak"
method: GET
path: "/agent/analytics/change_streak"
---

# Get Change Streak

`GET /agent/analytics/change_streak`

Changes the agent applied per workspace-local day over the requested
range, with the streaks derived from them. A change is one successful
`PlanChangeApplication` — an edit that actually reached the ad platform.
Experimental sandbox sessions are test runs and excluded. A quiet last
day doesn't break the current streak until the day is over.

## Query parameters

- `date_range[since]` union, required
  - string, date
  - string, date-time
  - string
- `date_range[until]` union
  - string, date
  - string, date-time
  - string
- `tz` string, nullable
- `start_of_week` 0 | 1

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable
- `X-Browser-Time-Zone` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- ChangeStreakResponse
  - `current_streak` integer, required
  - `days` StreakDay[], required
    - `changes` integer, required
    - `date` string, date, required
  - `longest_streak` integer, required

## Other responses

- `422` — Validation Error

---

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