Skip to content

Retrieve a Single Workflow

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

Returns a single, workflow object by providing a specific numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :workflow_id required number

    Numeric ID of the connected workflow. If empty while creating a new stage, then the stage is created in the default workflow.

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

You will receive a workflows object as response.