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

# Fetch User Journey

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

Fetch a User Journey

## Path parameters

- `id` string, uuid, required

## Response `200`

The request has succeeded.

- ResponsesUserJourneyShow
  - `id` string, uuid, required
  - `journey_id` string, uuid, required
  - `user_id` string, uuid, required
  - `transition_type` 'pre_offer' | 'offer' | 'post_offer' | 'onboarding' | 'offboarding', required
  - `state` 'draft' | 'needs_attention' | 'pending_approval' | 'approved' | 'rejected' | 'rescinded' | 'user_pending' | 'submitted' | 'declined' | 'completed' | 'voided', required
  - `created_at` string, YYYY-MM-DD, required
  - `expiration_date` string, YYYY-MM-DD, required
  - `office_location` ModelsOfficeLocation, required
    - `id` string, uuid, required
    - `external_ids` object
      - `workday` string
    - `address1` string
    - `address2` string
    - `address3` string
    - `city` string, required
    - `state` string
    - `region` string
    - `country` string, required
    - `postal_code` string
    - `time_zone` string
    - `latitude` number, float
    - `longitude` number, float
  - `custom_field_values` object[], required
    - `id` string
    - `value` string
    - `name` string
    - `key` string

## Other responses

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

## Changes

- **2026-03-20** `f30bd25c50fa` — 1 warning
  - added the new `voided` enum value to the `state` response property for the response status `200`
- **2026-03-09** `fd9ba8047579` — 2 info
  - added `#/components/schemas/Models.OfficeLocation` to the `office_location` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/OfficeLocation` from the `office_location` response property `anyOf` list for the response status `200`
- **2026-03-09** `3f638e7bcdd4` — 6 breaking, 27 warning, 10 info
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`uuid`
  - the `custom_field_values` response's property type/format changed from ``/`` to `array`/`` for status `200`
  - the `office_location` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `state` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - …39 more
- **2025-07-31** `33c1d5958395` — 1 warning, 1 info
  - removed the optional property `journey_type` from the response with the `200` status
  - added the optional property `transition_type` to the response with the `200` status
- **2025-05-19** `805744a185fa` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/xpand-io/apis/xpand-api/changes/api/v2/user_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)
