# Get journey

**GET** `/journeys/{id}`

Returns a journey draft, its status, and the active version when one is running.

Authentication: bearerAuth
Required scopes: `journey:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Read a journey in the workspace.

## Parameters

- `id` (path string, required)

## Responses

- `200`: Journey details
- `default`: Error
