Instances
Query spec file execution instances.
An instance represents a single spec file execution within a run. It contains detailed information about test results, duration, and machine that executed the spec file.
Get a single spec file execution instance by ID with full test results
Authorizations
AuthorizationstringRequired
API key authentication using Bearer token
Path parameters
instanceIdstringRequiredExample:
The instance ID
inst_abc123Responses
200
Successful response
application/json
400
Invalid request parameters
application/json
401
Authentication failed
application/json
404
Resource not found
application/json
get
/instances/{instanceId}Last updated
Was this helpful?