v5
OpenAPI 3.1.02026-08-043621,4011.8 MBList Test Invocations
Lists all test invocations with pagination support and optional search filtering.
get/v1/convai/test-invocations
Query parameters
agent_idstring nullable
Filter by agent ID
Filter by agent ID
page_sizeinteger
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.
cursorstring nullable
Used for fetching next page. Cursor is returned in the response.
Used for fetching next page. Cursor is returned in the response.
Headers
xi-api-keystring nullable
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"
}
}
]
}