Skip to main content
POST
Create experiments run

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

application/json
idempotencyKey
string
required
parentExecutionId
string
estimatedCostUsd
number
expectedSnapshotHash
string

Response

Successful response

idempotentReplay
boolean
required
id
string
required
organizationId
string<uuid>
required
experimentId
string
required
parentExecutionId
null | string
required
attempt
number
required
status
string
required
idempotencyKey
string
required
requestHash
string
required
totalVariants
number
required
completedVariants
number
required
cancelRequestedAt
null | string<date-time>
required
cancelledAt
null | string<date-time>
required
startedAt
null | string<date-time>
required
completedAt
null | string<date-time>
required
createdBy
string
required
createdAt
string<date-time>
required