---
title: "Get Journey Parameters"
method: GET
path: "/journeys/{journey_token}/parameters"
tags: ["Journeys"]
---

# Get Journey Parameters

`GET /journeys/{journey_token}/parameters`

This endpoint retrieves the required and optional parameters for all workflow nodes in the given Journey.
The parameters will be aggregated and segmented by branch and then by workflow. Any workflow that exists more than
once within a branch will be deduplicated in the response for that branch.

## Response `200`

Success

- object
  - `journey_token` string
  - `journey_version` string
  - `timestamp` integer
  - `data` object[]
    - `branch_name` string
    - `workflows` object[]
      - `workflow_name` string
      - `parameters` object
        - `required` object[]
        - `optional` object[]
        - `or` object[]

## Other responses

- `401` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref
- `503` — unresolved $ref

---

[API](https://skmtc.net/alloy/apis/alloy-api.md) · [All operations](https://skmtc.net/alloy/apis/alloy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alloy/alloy-api/revisions/405799de4d2a/schema)
