Retrieve a paginated list of runs. Runs are individual prompt executions within an experiment, each corresponding to one row in a dataset.
Your AgentMark API key. Create one in the dashboard under Settings > API Keys.
Example: Authorization: Bearer am_live_abc123
Your application ID. Found in the dashboard under Settings > General.
"app_abc123"
Filter runs by experiment ID.
Maximum number of runs to return.
1 <= x <= 200Number of runs to skip for pagination.
x >= 0A list of runs.