---
title: "List Journey Versions"
method: GET
path: "/journey_version"
tags: ["Journey Version"]
---

# List Journey Versions

`GET /journey_version`

Retrieve a list of journey versions

## Query parameters

- `id` string
- `journey_id` string
- `organisation_id` string
- `published` string
- `version` string
- `select` string
- `order` string
- `offset` string
- `limit` string

## Headers

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

## Response `200`

OK

- JourneyVersion[]
  - `id` string, uuid — Journey version ID
  - `journey_id` string, uuid — Journey ID
  - `organisation_id` string, uuid, nullable — Organisation ID
  - `published` boolean — Whether this version is published
  - `version` integer — Version number

---

[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)
