List tests

Lists all agent response tests with pagination support and optional search filtering.

Headers

xi-api-keystringRequired

Query parameters

cursorstring or nullOptional
Used for fetching next page. Cursor is returned in the response.
page_sizeintegerOptional>=1<=100Defaults to 30
How many Tests to return at maximum. Can not exceed 100, defaults to 30.
searchstring or nullOptional
Search query to filter tests by name.

Response

Successful Response
testslist of objects
has_moreboolean
next_cursorstring or null

Errors