---
title: Workflow Stages
description: Discover Storyblok's documentation with comprehensive developer guides, user manuals, API references, and examples to help you get the most out of the headless CMS platform.
url: https://storyblok.com/docs/api/management/workflow-stage
---

# Workflow Stages

Content production in enterprises sometimes requires strict workflows to make sure that every team member gets involved and the content is passed through necessary checks before going live. Storyblok allows you to define workflow stages for these workflows and rules to control what each user is allowed to do.

This endpoint allows you to manage your workflow stages.

Endpoint

```bash
/v1/spaces/:space_id/workflow_stages/
```

## Pagination

-   [Previous: Update a Webhook](/docs/api/management/webhooks/update-a-webhook)
-   [Next: Create a Workflow Stage](/docs/api/management/workflow-stage/create-a-workflow-stage)
