---
title: Workflows
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/workflows
---

# Workflows

Custom workflows enable enterprises to create a tailored content production process that can cater to their specific needs. By defining custom workflows, teams can ensure that content creation and approval follow precise stages and guidelines.

The workflow endpoint allows you to manage the workflows.

Endpoint

```bash
/v1/spaces/:space_id/workflows
```

## Pagination

-   [Previous: Workflow Stage Change Object](/docs/api/management/workflow-stage-changes/workflow-stage-change-object)
-   [Next: Create a Workflow](/docs/api/management/workflows/create-a-workflow)
