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
limitstringOptionalformat: "^(?:[1-9]|[1-9][0-9]|100)$"

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
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error