Experiments
Get a single experiment
Retrieve the details of a experiment by ID
get/v4/experiments/{id}
Path parameters
idstring uuid required
Experiment UUID
Example:123e4567-e89b-12d3-a456-426614174000
Experiment UUID
Response
Successful response
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"createdAt": "2025-04-01T00:00:00.000Z",
"updatedAt": "2025-04-01T00:00:00.000Z",
"name": "OpenAI o3-mini prompt",
"pipelineId": "123e4567-e89b-12d3-a456-426614174000",
"metadata": {
"key": "value"
},
"resourcePath": "/t/gentrace/pipeline/b6b6f257-4b81-5925-9587-fa3b6a427cd9/experiments/123e4567-e89b-12d3-a456-426614174000"
}