Skip to content

Retrieve a Single Task

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

Returns a single task object with a specific numeric id.

  • :space_id required number

    Numeric ID of a space

  • :task_id required number

    The task id

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