Skip to content

Retrieve Multiple Workflow Stages

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

Returns an array of workflow stages.

  • :space_id required number

    Numeric ID of a space

  • exclude_id number

    Exclude a specific workflow stage by ID

  • by_ids string

    Filter by workflow stage IDs, comma separated

  • search string

    Filter by the workflow stage name

  • in_workflow number

    Filter all the workflow stages present in a specific workflow using the numeric workflow ID

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

You will see an array of workflow stages as response.