---
title: "This endpoint provides a list of Workflow Steps, it can be paginated with the pagination=true parameter"
method: GET
path: "/workflow-steps"
tags: ["Data Enhancement"]
---

# This endpoint provides a list of Workflow Steps, it can be paginated with the pagination=true parameter

`GET /workflow-steps`

Retrieves the collection of WorkflowStep resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean

## Response `200`

WorkflowStep collection

- WorkflowStepRead[]
  - `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

---

[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)
