Get agent
GET/v2/agents/:agent_key
Returns the complete configuration of an agent, including its tools, instructions, model parameters, and metadata.
Use this operation to inspect an agent before creating sessions, to troubleshoot agent behavior, or to clone an agent configuration.
Request
Responses
- 200
- 403
- 404
The complete agent configuration, including all tools, instructions, model parameters, and metadata.
Permissions do not allow accessing this agent.
Agent not found.