List agents

Returns a list of your agents and their metadata.

Headers

xi-api-keystringRequired

Query parameters

cursorstringOptional

Used for fetching next page. Cursor is returned in the response.

page_sizeintegerOptional>=1<=100Defaults to 30

How many Agents to return at maximum. Can not exceed 100, defaults to 30.

searchstringOptional

Search by agents name.

Response

Successful Response

agentslist of objects

A list of agents and their metadata

has_moreboolean

Whether there are more agents to paginate through

next_cursorstringOptional

The next cursor to paginate through the agents

Errors