---
title: "Get the timeline of the user"
method: GET
path: "/timeline"
tags: ["timeline"]
---

# Get the timeline of the user

`GET /timeline`

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

Timeline retrieved successfully

- TimelineEntry[]
  - `id` string, required
  - `owner` string, required
  - `ownerGithubId` string
  - `fileName` string, required
  - `version` integer, required
  - `registeredAt` string, date-time, required
  - `tags` Tag[], required

## Other responses

- `400` — Invalid input

## Changes

- **2026-07-17** `4ff151025f7c` — 2 info
  - the `items/fileName` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|[-_](?=[a-z\d])){0,38}$/i` for the status `200`
  - the `items/owner` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` for the status `200`
- **2025-02-09** `11f1b67626ff` — 1 info
  - the `items/owner` response's property pattern was changed from `/^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i` to `/^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i` for the status `200`
- **2025-01-26** `cb9961e6b3d5` — 1 info
  - added the optional property `items/ownerGithubId` to the response with the `200` status
- **2025-01-25** `113228ab116c` — 1 info
  - endpoint added
- **2025-01-20** `93e312846ab3` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/changes/timeline/get.md)

---

[API](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api.md) · [All operations](https://skmtc.dev/lapisla-prover/apis/lapisla-prover-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lapisla-prover/lapisla-prover-api/revisions/4ff151025f7c/schema)
