> ## Documentation Index
> Fetch the complete documentation index at: https://docs.recotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Journey Stages

> Retrieve the journey stage names configured for your workspace

`GET /journey-stages`

Returns the journey stage names configured for your Recotap workspace. Use these to understand the `rtp_journey_stage` values returned on accounts.

```bash theme={null}
curl "https://eapi.recotap.com/api/v1/journey-stages" \
  -H "X-Api-Key: your-api-key-here"
```

This endpoint has no query parameters. All configured stages are returned in a single response.

**Response `data`**

```json theme={null}
["Awareness", "Consideration", "Decision", "Purchase"]
```

Stage names are workspace-configured — the names and order shown above are illustrative. Your workspace may have different stage names.
