List evaluation agents
List evaluation agents owned by the authenticated account. Use this to find an agent ID before reading questions or results.
Authorizations
Platform API key for authenticated account-level API access
Query Parameters
Filter to evaluation agents. Public integrations should use eval.
eval Response
Evaluation agents
Human-readable name for this evaluation agent.
"Support bot evaluation"
Deterministic seed used by the evaluation setup. Use any integer; the CLI generates one automatically.
123
Evaluation graph size hint. Use 100 unless the Rippletide team recommends another value.
100
Unique agent identifier returned by Rippletide. Use this ID in later evaluation API calls.
"2f7e9c9c-9a2e-4e3a-b77f-6d9d1a7e3a11"
Public HTTPS endpoint for the agent Rippletide should evaluate.
"https://example.com/chat"
Optional request payload template used when Rippletide calls the agent endpoint. Omit this for standard chat-style APIs.
{
"payload": "{\"message\":\"[eval-question]\"}"
}Public integrations should use eval.
eval "eval"
Creation timestamp.
"2026-06-02T15:00:00Z"
Last update timestamp.
"2026-06-02T15:05:00Z"