Fetch a paginated list of AI agents
fetch_agents
function retrieves a list of AI agents with optional filtering and pagination support.
page
: Page number for pagination (optional)per_page
: Number of results per page (optional)is_active
: Filter agents by active status (optional)search
: Search query to filter agents (optional)Result<AgentListResponse>
containing:
data
: Vector of AiAgent
objectshas_more
: Boolean indicating if more results are available