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 instance

get
/instances/{instanceId}

Get a single spec file execution instance by ID with full test results

Authorizations
AuthorizationstringRequired

API key authentication using Bearer token

Path parameters
instanceIdstringRequired

The instance ID

Example: inst_abc123
Responses
200

Successful response

application/json
get
/instances/{instanceId}

Last updated

Was this helpful?