List observations for an experiment
Authorization
BearerApiKey AuthorizationBearer <token>
API key from workspace settings
In: header
Path Parameters
experimentId*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://loading/api/v1/experiments/497f6eca-6276-4993-bfeb-53cbbbba6f08/observations"{
"data": [
{
"id": 0,
"experimentId": "7cb83992-f615-4081-9f22-54e0b618e006",
"idx": 0,
"expected": "string",
"variables": {
"property1": null,
"property2": null
},
"split": "string",
"createdAt": "string"
}
]
}{
"error": "string"
}Duplicate an experiment (clones observations + evaluators) POST
Creates a new experiment under the same AI component as the source, copying observations and evaluators. The initial prompt comes from the source experiment by default; pass `continueFromOptimized: true` to seed from the source's best optimized prompt (continue flow), or `initialPromptOverride` to override with custom text.
Create observation(s) POST
Accepts a single observation object or an array (max 1000)