failure-flags.experiments
Get details for a single Experiment run by ID and run start time.
Requires the privilege EXPERIMENTS_READ
get/failure-flags/experiments/{id}/run/{startTime}
Path parameters
idstring required
startTimeinteger required
Epoch MS timestamp of the start of the experiment
Query parameters
teamIdstring required
Required when using company session token.
Response
Get an Experiment by team and ID
Example response
{
"app": {
"labels": {
"foo": [
"bar",
"baz"
]
},
"runtimeLabels": {
"zones": [
"us-west-1a",
"us-west-1b"
]
}
},
"flag": {
"labels": {
"foo": [
"bar",
"baz"
]
},
"runtimeLabels": {
"zones": [
"us-west-1a",
"us-west-1b"
]
}
},
"duration": "30m"
}