List Agent Configs
GET/api/agents
List all agent configurations with pagination and search support. Filtered by current user's tenant for security.
Args: limit: Maximum number of results (default: 200) offset: Number of results to skip (default: 0) search: Optional search term to filter agents by name or description view: Optional view mode - "summary" returns lightweight fields only include_triggers: Include triggers summary for each agent (default: True) web_context: Current authenticated user service: AgentConfigService instance
Returns: List of agent configurations for user's tenant
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error