---
title: "Get current setup step"
method: GET
path: "/api/v1/setup/current_step"
tags: ["v1", "setup", "factory"]
---

# Get current setup step

`GET /api/v1/setup/current_step`

Returns the current step and instructions.

## Response `200`

Successful Response

- StepResponse
  - `step_id` string, required
  - `instructions` string, required
  - `fields` object, required
  - `completed` boolean
  - `completed_timestamp` string, required

---

[API](https://skmtc.net/reach-systems-tech/apis/reelapi-v1.md) · [All operations](https://skmtc.net/reach-systems-tech/apis/reelapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reach-systems-tech/reelapi-v1/versions/1dd366a9c6a3/schema)
