Skip to main content

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

Successful Response