---
title: "Get revision timelines"
method: GET
path: "/v2/revisions/{revision}/timelines"
tags: ["revisions"]
---

# Get revision timelines

`GET /v2/revisions/{revision}/timelines`

Get the timelines (deployment targets) where this revision is active.

## Path parameters

- `revision` string, required

## Response `200`

OK

- Timeline[]
  - `slug` string, required — Timeline slug derived from the partition config name
  - `partition` object, required — Partition key-value pairs identifying this timeline
  - `domains` object[], required — Domains routed to this timeline
    - `domain` string, required — Domain name assigned to this timeline

---

[API](https://skmtc.net/deno/apis/deploy.md) · [All operations](https://skmtc.net/deno/apis/deploy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deno/deploy/versions/5a56038d108e/schema)
