List Test Invocations
Lists all test invocations with pagination support and optional search filtering.
Query parameters
Filter by agent ID
Filter by agent 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.
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"
}
}
]
}Changes
No recorded changes to this endpoint across all 28 revisions of this API.