List tests

View as Markdown

List tests for a project, optionally scoped to a test group. Use cursor for pagination; the response includes nextCursor when more pages exist.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Query parameters

projectIdstringRequired
Project ID
groupIdstringOptionalformat: "uuid"
Optional test group ID
limitstringOptional

Max results per page (default 50, max 100)

cursorstringOptional
Cursor for pagination

Response

List of tests
projectUrlstring or nullformat: "uri"
projectNamestring
testslist of objects
nextCursorstring or null

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error