---
title: "List Journeys"
method: GET
path: "/journeys"
tags: ["Journeys"]
---

# List Journeys

`GET /journeys`

Lists the workspace's journeys, each carrying a name, state, and enabled flag. Paged by cursor.

## Query parameters

- `cursor` string
- `version` 'published' | 'draft'

## Response `200`

- JourneysListResponse
  - `templates` Journey[]
    - `name` string, required — The name of the journey.
    - `id` string, required — The unique identifier of the journey.
    - `version` 'published' | 'draft', required — The version of the journey (published or draft).
    - `createdAt` string, date-time — ISO 8601 timestamp when the journey was created.
    - `updatedAt` string, date-time — ISO 8601 timestamp when the journey was last updated.
  - `cursor` string — A cursor token for pagination. Present when there are more results available.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
