---
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.

---

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