List Test Invocations
Lists all test invocations with pagination support and optional search filtering.
Query parameters
Filter by agent ID
Filter by agent ID
Filter by branch ID
Filter by branch ID
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 and folders by name.
Search query to filter tests and folders by name.
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
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
{
"results": [
{
"access_info": {
"access_source": "creator",
"creator_email": "john.doe@example.com",
"creator_name": "John Doe",
"is_creator": true,
"role": "admin"
}
}
]
}