Get Agent Config
GET/api/agents/:agent_id
Get an agent configuration by ID. Verifies the agent belongs to the current user's tenant.
Args: agent_id: The agent configuration ID web_context: Current authenticated user service: AgentConfigService instance
Returns: The agent configuration
Raises: HTTPException: If configuration not found or doesn't belong to user's tenant
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error