Platform Endpoints
Get Results
Retrieve results for a completed test run
GET
Get Results
Documentation Index
Fetch the complete documentation index at: https://agentdiff.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
Run ID from
startRunExample Request
Response
Run identifier
Run status:
"passed", "failed", or "running"Whether all assertions passed
Score breakdown
List of failed assertions
Full diff with inserts, updates, deletes
Time in seconds from startRun to completion
Example Response
Use Cases
- Polling: Check if a run is complete
- Debugging: Inspect detailed diff after a failed test
- Logging: Store results for analysis
Errors
| Error | Status | Description |
|---|---|---|
run_not_found | 404 | Run doesn’t exist |
SDK Usage
Get Results