---
title: "Get a person journey"
method: GET
path: "/v5/persons/{person_id}/journeys/{journey_id}"
tags: ["Persons"]
---

# Get a person journey

`GET /v5/persons/{person_id}/journeys/{journey_id}`

Returns the specified campaign journey for the given person, including the program, campaign, container, journey entry data, and timestamps.

## Path parameters

- `person_id` string, required
- `journey_id` string, required

## Response `200`

Successful response

- PersonJourneyResponse
  - `campaign_id` string, required — Extole campaign id associated with this journey.
  - `container` string, required — Campaign container the journey belongs to.
  - `created_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.
  - `data` object, required — Named data parameters attached to this journey entry.
  - `id` string, required — Extole-assigned unique identifier for this journey entry.
  - `key` JourneyKey, required
    - `name` string
    - `value` string
  - `name` string, required — Name of the journey (program step) the person is on.
  - `program` string, required — Program key associated with this journey.
  - `updated_date` string, required — [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) or [RFC 9557](https://datatracker.ietf.org/doc/html/rfc9557#section-4) date-time with a numeric [UTC offset](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and an optional [IANA time-zone](https://datatracker.ietf.org/doc/html/rfc9557#section-4) suffix in square brackets. Precision up to milliseconds.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
