Skip to main content
GET
List Experiments

Overview

Returns every experiment on the agent, active and completed, newest first. At most one is active. An active experiment whose ends_at has passed is completed with date_ended before it is returned, so the list never reports a stale active experiment. For a single experiment with its live progress, use Get Experiment.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.

Response

array
Array of experiment objects, newest first.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt