---
title: "Get Streaks"
method: GET
path: "/api/streaks"
tags: ["streaks"]
---

# Get Streaks

`GET /api/streaks`

Get the current streak count for the authenticated user.

## Headers

- `x-user-id` string, nullable

## Response `200`

Successful Response

- StreakResponse
  - `streak_count` integer, required
  - `last_completed_at` string, date-time, nullable
  - `today_completed` boolean
  - `streak_year_days` integer
  - `can_restore` boolean
  - `past_week_activity` boolean[]
  - `free_restore_count` integer
  - `broken_streak_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/versions/523833f9e819/schema)
