---
title: "View task step"
method: GET
path: "/v1/TaskSteps/{id}"
tags: ["TaskSteps"]
---

# View task step

`GET /v1/TaskSteps/{id}`

Find a single task step by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsTaskStep
  - `ok` boolean
  - `task_step_id` integer — Primary identifier for this task step.
  - `description` string — Description of the task step.
  - `active` boolean — Indicates whether the step is active or not.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

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