API Reference
Test Runs
List test runs
Returns paginated test runs for the specified environment.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
envIdRequiredstringEnvironment ID (UUID)
Query Parameters
limitintegerMax items to return (1-100)
Default:
20offsetintegerOffset for pagination
Default:
0OK
Get test run
Returns details of a specific test run by ID.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
runIdRequiredstringTest Run ID (UUID)
OK
Cancel test run
Cancels an in-progress test run.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
runIdRequiredstringTest Run ID (UUID)
OK
Stream test run logs (SSE)
Streams test run step logs as Server-Sent Events in real-time.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
runIdRequiredstringTest Run ID (UUID)
SSE stream
Get test run steps
Returns all steps for a completed test run.
Authorization
Authorization<token>JWT Bearer token (format: Bearer {token})
In: header
Path Parameters
runIdRequiredstringTest Run ID (UUID)
OK
Was this page helpful?