Skip to content

Retrieve Multiple Experiments

Returns an array of experiments in the space.

GET
https://mapi.storyblok.com/v1/spaces/:space_id/experiments
  • :space_id required number

    Numeric ID of a space.

  • by_status string

    Filter by experiment status. Possible values: draft, running, paused, or completed.

  • page number

    Page number for pagination.

  • per_page number

    Number of experiments per page.

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

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.