---
title: "GET /api/timeline/{id}"
method: GET
path: "/api/timeline/{id}"
tags: ["/api/timeline"]
---

# GET /api/timeline/{id}

`GET /api/timeline/{id}`

Fetch the `Timeline` with `id`. Include `include=events` to unarchived events included on the timeline. Add
  `archived=true` to return all events on the timeline, both archived and unarchived.

## Path parameters

- `id` integer, required

## Query parameters

- `include` 'events'
- `archived` boolean, required
- `start` string
- `end` string

## Response `2XX`

Successful response

- MetabaseTimelineApiTimelineTimeline
  - `id` integer, required

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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