Skip to content

Retrieve a Single Workflow Stage

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

Returns a single workflow stage object by providing a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :workflow_stage_id required number

    Workflow stage ID to which the story is changed to

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

You will receive a workflow stage object as response.