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
- 200
- 404
- 422
Successful Response
Not found
Validation Error