Skip to content

List onboarding A/B tests

GET
/api/v1/ux/ab-tests

UX-01: Return all onboarding A/B tests owned by the authenticated tenant. Filter by status query param.

Authorizations

Parameters

Query Parameters

status
Any of:
string

Filter by status

Responses

200

Successful Response

Array<object>

Compact row for the GET /api/v1/ux/ab-tests list endpoint.

object
created_at
required
string
drop_off_step_id
required
Any of:
string
id
required
string format: uuid
name
required
string
status
required
string
variant_type
required
string
Allowed values: question_order copy default_selections progress_indicator

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string