Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter tests by test suite name
Filter tests by communication channel (e.g., 'web_chat', 'sms')
Filter tests by destination (phone number, webhook URL, etc.)
Consolidated page parameter (deepObject style). Originally: page[size], page[number]
Response
Returns paginated test list with metadata for navigation and filtering
Paginated list of assistant tests with metadata.
Returns a subset of tests based on pagination parameters along with metadata for implementing pagination controls in the UI.
Pagination metadata including total counts and current page info.
Array of assistant test objects for the current page.