Skip to content

Retrieve Multiple Tasks

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

Returns an array of task objects. This endpoint is paged.

  • :space_id required number

    Numeric ID of a space

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