Skip to main content
GET
Get Experiment

Overview

Returns one experiment. For an active experiment, variant_calls_routed is the live count of connected variant calls, so poll this endpoint to track progress toward variant_call_quota. An active experiment whose ends_at has passed is completed with date_ended before it is returned. Use List Experiments to find experiment IDs.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The agent’s unique identifier.
string
required
The experiment’s unique identifier. Must be a valid UUID; returns 400 BAD_REQUEST otherwise.

Response

object
The experiment.
null | array
null on success, or a list of error objects if the request failed.

Docs for agents: llms.txt