List test runs

View as Markdown
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

limitstringOptional

Max results per page (default 20, max 100)

statusenumOptional
Filter by status
Allowed values:
cursorstringOptional
Cursor for pagination

Response

List of runs
runslist of objects
List of runs
nextCursorstring or null
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