List test runs
List test runs for the authenticated team with optional status filtering and cursor pagination.
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Query parameters
limit
Max results per page (default 20, max 100)
status
Filter by status
Allowed values:
cursor
Cursor for pagination
Response
List of runs
runs
List of runs
nextCursor
Cursor for fetching the next page
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error

