Skip to main content

List Agent Names

GET 

/api/agents/list-names

List all agents with only id and name (lightweight endpoint). Filtered by current user's tenant for security. Optimized with Redis caching and minimal database queries.

Args: web_context: Current authenticated user service: AgentConfigService instance

Returns: List of agent id and name pairs for user's tenant

Request

Responses

Successful Response