get
https://{yourinstance}.makaira.io/experiment/
Retrieve a single experiment by its ID.
Returns a single experiment by its ID including full configuration and status.
Requires authentication.
Request
GET /experiment/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the experiment. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns the experiment object. See List all experiments for field descriptions.
404Not Found

