---
title: "Fetch journey state"
method: POST
path: "/journey/state/fetch"
---

# Fetch journey state

`POST /journey/state/fetch`

Check the status and progress of a journey. The [fetch journey state guide](/docs/developer-integration/execute-customer-journeys/fetch-journey-state-step) explains more.

## Request body

- object
  - `instanceId` string, required — Unique identifier for the journey instance.

## Response `200`

Journey state retrieved successfully.

- object
  - `metaData` object — Timestamps related to the journey instance.
    - `createdTime` string, date-time — Timestamp when the journey was created.
    - `completedTime` string, date-time — Timestamp when the journey was completed, if applicable.
  - `status` string — Current status of the journey (e.g., InProgress, Completed).
  - `data` object — Additional data related to the journey instance.
  - `instanceId` string — Unique identifier for the journey instance.

---

[API](https://skmtc.net/gbgplc/apis/gbg-go-api-reference.md) · [All operations](https://skmtc.net/gbgplc/apis/gbg-go-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gbgplc/gbg-go-api-reference/versions/71fc8231d3fb/schema)
