List Tests
Workspace-wide list of tests across every agent the caller owns.
Supports filters (agent, type, last-run status, folder), full-text
search on name/description, and cursor pagination. Each row carries
its newest run and attached agent IDs so the list renders without
N+1 round-trips. Walk pages while has_more is true.
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Headers
Query parameters
Comma-separated agent IDs to filter on.
Comma-separated test types (reply|tool|simulation).
Comma-separated last-run lifecycle statuses to filter on (pending, running, completed, failed, cancelled).
Comma-separated last-run verdicts to filter on (passed, failed).
ANDed with the status filter when both are present.
Max items per page (default 50, max 200).
Response headers
Response
Opaque keyset cursor for the next page. Pass back as the
cursor request parameter. null when the caller has
reached the end of the list (has_more is also false
in that case).