List Agents

GET
/v1/convai/agents

Returns a page of your agents and their metadata.

Query parameters

cursorstringOptional

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

page_sizeintegerOptional>=1<=100

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
has_moreboolean
next_cursorstringOptional