Skip to main content
GET
List experiment runs

Authorizations

Authorization
string
header
required

Use an Observe API key from the management console. The key selects the project and must grant the permission listed on the operation. Keep this key on your server.

Response

Experiment runs.

Maximum array length: 10000
id
string
required

ID of the experiment run (format exr-<number>).

experimentID
string
required

ID of the experiment (format exp-<number>).

name
string
required
startMs
integer<int64>
required
variantIDs
string[]
required
timeSeriesDefinitionIDs
string[]
required

Time-series definition IDs (format tsd-<number>).

createdMs
integer<int64>
required
updatedMs
integer<int64>
required
description
string
endMs
integer<int64>
groups
object[]

A/B evaluation arms (control vs treatment). Absent for breakdown-only runs.