Experiments
List experiments
List experiments
get/v4/experiments
Query parameters
pipelineIdstring uuid
Filter to the datasets for a specific pipeline by UUID
Example:123e4567-e89b-12d3-a456-426614174000
Filter to the datasets for a specific pipeline by UUID
Response
Successful response
Example response
{
"data": [
{
"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"
}
}
]
}