Get Agent
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the agent.
Response
The uri of the agent.
The id of the owner of the agent.
The date and time the agent was created.
The date and time the agent was last updated.
The id of the agent.
The initial message that the agent will say. If null, the agent will wait for the user to speak first.
The prompt of the agent.
The maximum conversation duration in seconds. If null, the conversation can be of any duration. The default value is 10 min.
The webhooks of the agent. These are used for real-time conversation events such as function_calls, messages and much more.
The hooks of the agent. These are used for real-time conversation events such as function_calls, messages and much more.
The metadata of the agent. This is used to store additional information about the agent.