List test invocations

Lists all test invocations with pagination support and optional search filtering.

Headers

xi-api-keystringRequired

Query parameters

agent_idstringRequired
Filter by agent ID
page_sizeintegerOptional>=1<=100Defaults to 30
How many Tests to return at maximum. Can not exceed 100, defaults to 30.
cursorstring or nullOptional
Used for fetching next page. Cursor is returned in the response.

Response

Successful Response
resultslist of objects
has_moreboolean
Whether there are more results available
metaobject or null
next_cursorstring or null
Cursor for the next page of results

Errors