---
title: "Get Step Status"
method: GET
path: "/api/v1/steps/{step_id}/status"
tags: ["steps"]
---

# Get Step Status

`GET /api/v1/steps/{step_id}/status`

Get the status of a specific step.

Args:
    step_id: ID of the step for which to get the status.

Returns:
    The status of the step.

## Path parameters

- `step_id` string, uuid, required

## Response `200`

Successful Response

- 'initializing' | 'failed' | 'completed' | 'running' | 'cached' — Enum that represents the current status of a step or pipeline run.

## Other responses

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

---

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