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

# List Journeys

`GET /journey`

Retrieve a list of journeys

## Query parameters

- `id` string
- `name` string
- `organisation_id` string
- `key` string
- `status` string
- `latest_published_version_id` string
- `select` string
- `offset` string
- `limit` string

## Headers

- `Range` string
- `Range-Unit` string

## Response `200`

OK

- Journey[]
  - `id` string, uuid — Journey ID
  - `name` string, text — Journey name
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `key` string, text, nullable — Journey key
  - `status` 'active' | 'inactive' | 'draft', public.journey_status — Journey status
  - `latest_published_version_id` string, uuid, nullable — Latest published version ID

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
