SDK Experiments (V2)
List active experiments with changesets
Returns all active experiments for the authenticated environment and unit type, including group definitions and full changeset operations. Designed for server-side SDKs that cache experiment structure and apply changesets locally after resolving assignments via the bulk endpoint. Supports hash-based change detection: send the previous hash as ?hash= (or via If-None-Match) to receive 304 when the catalog is unchanged. Private experiments are returned to secret keys only.
get/sdk/v2/experiments/active
Query parameters
unit-type'user' | 'server' required
hashstring
Headers
environment'production' | 'development'
Environment alias. Defaults to development when omitted; studio is accepted as a synonym for it. Any alias outside the calling key's environment scope is rejected with 403.
project-idinteger
Response
Default Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.