Skip to main content
GET
Get Results

Request

Path Parameters

string
required
Run ID from startRun

Example Request

Response

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