Returns a paginated list of AI voice agents in your account. Use search to filter by name, sortBy and sortDirection to control ordering, and cursor and pageSize to page through results.
Send your Callin API key in the x-api-key header.
Filter agents by name (case-insensitive partial match).
Field to sort by. Defaults to created_at.
name, created_at Sort order. Defaults to desc.
asc, desc Pagination cursor from the previous response nextCursor. Pass an ISO timestamp when sorting by created_at, or a name string when sorting by name.
Number of agents per page. Min 1, max 100, default 30.
1 <= x <= 100