Get Agent
ethora-agents-get-v2Fetch one reusable saved agent's full config by id (GET /v2/agents/:agentId) — prompt, LLM, RAG settings, visibility. Also sets this agent as the session's current agent context (no server-side change).
Auth: app-token mode (after ethora-app-select + ethora-auth-use-app). Errors: 401/403 wrong auth; 404 agentId not an agent of the current app. Related: get ids from ethora-agents-list-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes | Id of the saved agent to fetch. Get it from `ethora-agents-list-v2`. |