Skip to main content
GET
Get Results

Request

Path Parameters

runId
string
required
Run ID from startRun

Example Request

Response

runId
string
Run identifier
status
string
Run status: "passed", "failed", or "running"
passed
boolean
Whether all assertions passed
score
object
Score breakdown
failures
array
List of failed assertions
diff
object
Full diff with inserts, updates, deletes
execution_time
number
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

SDK Usage