---
title: "GET /api/repos/{namespace}/{repository}/issues/{index}/timeline"
method: GET
path: "/api/repos/{namespace}/{repository}/issues/{index}/timeline"
tags: ["issues"]
---

# GET /api/repos/{namespace}/{repository}/issues/{index}/timeline

`GET /api/repos/{namespace}/{repository}/issues/{index}/timeline`

## Path parameters

- `namespace` string, required
- `repository` string, required
- `index` integer, required

## Response `200`

Issue timeline events

- TimelineEvent[]
  - `authorUsername` string, required — Actor username
  - `label` string, nullable — Label name, set for `label_added` and `label_removed` events
  - `newTitle` string, nullable — New title, set for `title_changed` events
  - `oldTitle` string, nullable — Previous title, set for `title_changed` events
  - `status` string, nullable — New status (`"open"` or `"closed"`), set for `status_changed` events
  - `timestamp` integer, required — Unix timestamp
  - `type` string, required — Type

## Other responses

- `404` — Issue not found

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
