Get a journey
Authorizations
MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.
Path Parameters
ID of the hosted project that contains the server.
Journey ID, as returned by the project's journey list.
Response
The journey.
A persona's task: what they are trying to accomplish, and across which targets. Launching one is POST /projects/{projectId}/journeys/{journeyId}/runs.
What the persona is trying to accomplish. This drives the whole run.
The swarm container this journey was authored under. Provenance only — nothing resolves through it at run time, and a journey created outside a swarm has none.
Environments this journey fans out across. EMPTY on a host-pinned journey — that is a different execution model, not a journey with no targets.
Sessions run against EACH target. Total sessions = targets × this.
Epoch milliseconds.
Epoch milliseconds.
Legacy host-pinned grounding. Absent on an environment-based journey.

