---
title: "Provide a single resource - Workflow Step"
method: GET
path: "/workflow-steps/{id}"
tags: ["Data Enhancement"]
---

# Provide a single resource - Workflow Step

`GET /workflow-steps/{id}`

Retrieves a WorkflowStep resource.

## Path parameters

- `id` string, required

## Response `200`

WorkflowStep resource

- WorkflowStepRead — Data for Workflow Step object
  - `name` object
  - `id` string, required — This is the unique identifier of the resource
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `color` string

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.net/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/versions/1641096abb34/schema)
