---
title: "Get Step Configuration"
method: GET
path: "/api/v1/steps/{step_id}/step-configuration"
tags: ["steps"]
---

# Get Step Configuration

`GET /api/v1/steps/{step_id}/step-configuration`

Get the configuration of a specific step.

Args:
    step_id: ID of the step to get.

Returns:
    The step configuration.

## Path parameters

- `step_id` string, uuid, required

## Response `200`

Successful Response

- object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/zenml-io/apis/zenml-2.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml-2/versions/febb01b8bce3/schema)
