List defined tests
GET/v2/tests
Lists the tests defined in AIVA.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Array of defined tests
Response Headers
X-Total-Count
Total number of matching rows.
Example:
137Link
Links to the first, prev, next and last page (RFC 8288).
Example:
</v2/tests?page=1&pageSize=50>; rel="first", </v2/tests?page=3&pageSize=50>; rel="next", </v2/tests?page=3&pageSize=50>; rel="last"Bad Request
Unauthorized
User does not have permission to access tests
Server Error