---
title: "Get your puzzle activity"
method: GET
path: "/api/puzzle/activity"
tags: ["Puzzles"]
---

# Get your puzzle activity

`GET /api/puzzle/activity`

Download your puzzle activity in [ndjson](#description/streaming-with-nd-json) format.
Puzzle activity is sorted by reverse chronological order (most recent first)
We recommend streaming the response, for it can be very long.

## Query parameters

- `max` integer
- `before` integer
- `since` integer

## Response `200`

The puzzle activity of the logged in user.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
