---
title: "List step inputs"
method: GET
path: "/step-inputs"
tags: ["configuration"]
---

# List step inputs

`GET /step-inputs`

List inputs of a step with their defaults, allowed values etc.

## Query parameters

- `step_ref` string, required

## Response `200`

Step inputs returned

- ServiceDtoStepInputOutputResponse[]
  - `default_value` string
  - `description` string
  - `is_required` boolean
  - `is_sensitive` boolean
  - `name` string
  - `summary` string
  - `title` string
  - `value_options` string[] — List of allowed values for the parameter (if restricted)

## Other responses

- `400` — Missing or invalid parameters

---

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