v4
OpenAPI 3.1.02026-07-313621,3961.8 MBList Agent Response Tests
Lists all agent response tests with pagination support and optional search filtering.
Query parameters
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
How many Tests to return at maximum. Can not exceed 100, defaults to 30.
How many Tests to return at maximum. Can not exceed 100, defaults to 30.
Search query to filter tests by name.
Search query to filter tests by name.
Filter by parent folder ID. Use 'root' to get items in the root folder.
Filter by parent folder ID. Use 'root' to get items in the root folder.
If present, the endpoint will return only tests/folders of the given types.
If present, the endpoint will return only tests/folders of the given types.
Deprecated. Use the types query param and include folder instead.
Deprecated. Use the types query param and include folder instead.
Sort mode for listing tests. Use 'folders_first' to place folders before tests.
Sort mode for listing tests. Use 'folders_first' to place folders before tests.
Filter test visibility. Use shared_with_me to return only tests/folders shared with the current user that they did not create.
Headers
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"tests": [
{
"access_info": {
"access_source": "creator",
"creator_email": "john.doe@example.com",
"creator_name": "John Doe",
"is_creator": true,
"role": "admin"
}
}
]
}