---
title: "getButtonOptions"
method: GET
path: "/v1/journey/button-options"
tags: ["Journeys"]
---

# getButtonOptions

`GET /v1/journey/button-options`

Get button options from a csv file.

## Query parameters

- `fileId` string, required

## Response `200`

Success

- ButtonOption[]
  - `value` string — The value of the button
  - `label` string — The label of the button

## Other responses

- `400` — Bad Request - Invalid file or content
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/epilot/apis/journey-api.md) · [All operations](https://skmtc.net/epilot/apis/journey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/journey-api/versions/515acb1f892e/schema)
