Context
API key authentication using Bearer token
Run identifier. Required for run-level (run_id only) and instance-level (run_id + instance_id, no test_id). For test-level (instance_id + test_id), ignored; the server resolves the run from the instance.
Instance identifier. Required for instance-level and test-level. Omit for run-level (use run_id only).
Test identifier. When set, selects test-level detail and requires instance_id.
Attempt number (0-indexed); defaults to latest
Response format. Falls back to Accept header when absent.
jsonPossible values: Controls output verbosity to limit token count. 'default' returns all available data. 'compact' reduces output size by omitting the full steps array and limiting assets to 3 per category while preserving failure context and analysis. 'summary' minimizes output by including only error info and metadata.
defaultPossible values: Maximum number of failed tests per page (run-level and instance-level only)
10Page number for failed tests pagination, 0-indexed (run-level and instance-level only)
0Truncate markdown response to this character limit (only applies when format=md). Useful for fitting context into AI prompts.
Context data
Invalid request parameters
Authentication failed
Resource not found
Last updated
Was this helpful?