Skip to content

Retrieve Multiple Workflows

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/workflows

Returns an array of all the workflow stages in a space.

  • :space_id required number

    Numeric ID of a space

  • content_type required string

    Filter by a specific content type.

curl "https://mapi.storyblok.com/v1/spaces/606/workflows" \
-H "Authorization: YOUR_OAUTH_TOKEN"