---
title: "Fetch Journey"
method: GET
path: "/api/v2/journeys/{id}"
tags: ["Journeys"]
---

# Fetch Journey

`GET /api/v2/journeys/{id}`

Fetch a Journey

## Path parameters

- `id` string, uuid, required

## Response `200`

The request has succeeded.

- ResponsesJourneyShow
  - `id` string, uuid, required
  - `transition_type` 'pre_offer' | 'offer' | 'post_offer' | 'onboarding' | 'offboarding', required
  - `publishing_state` 'unpublished' | 'published' | 'draft', required
  - `title` string, required
  - `created_at` string, iso8601, required

## Other responses

- `404` — The server cannot find the requested resource.

## Changes

- **2026-03-09** `3f638e7bcdd4` — 1 breaking, 8 warning
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
  - added the new `draft` enum value to the `publishing_state` response property for the response status `200`
  - added the new `offboarding` enum value to the `transition_type` response property for the response status `200`
  - added the new `offer` enum value to the `transition_type` response property for the response status `200`
  - …5 more
- **2025-07-31** `33c1d5958395` — 1 breaking, 1 info
  - removed the required property `journey_type` from the response with the `200` status
  - added the required property `transition_type` to the response with the `200` status
- **2025-05-19** `805744a185fa` — 1 info
  - endpoint added
- **2024-06-11** `6cde27481f55` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xpand-io/apis/xpand-api/changes/api/v2/journeys/:id/get.md)

---

[API](https://skmtc.dev/xpand-io/apis/xpand-api.md) · [All operations](https://skmtc.dev/xpand-io/apis/xpand-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xpand-io/xpand-api/revisions/85bece7875fd/schema)
