Returns a paginated list of traces produced by the given experiment run. A run is a single prompt execution within an experiment; its traces capture the underlying LLM calls.
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"
The run ID whose traces to retrieve.
Maximum number of traces to return.
1 <= x <= 200Number of traces to skip for pagination.
x >= 0