Get Agent
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Agent ID or its handle (unique identifier preceded by '@', e.g., '@my-agent').
Response
LLM - Model name.
Temperature of the model (min 0.0, max 1.0)
public
, private
Agent system prompt
Enable or disable Inactive hours for the agent.
A JSON object specifying the agent's inactive hours per channel. The top-level keys represent the channel (e.g., whatsapp
, website
,instagram
), and each key contains an object with the days of the week and their respective inactive time ranges.
Chat interface settings for this agent.
List of tools associated with the agent.
ID of the organization the agent belongs to.
Timestamp of when the agent was created.
Timestamp of the last update to the agent.
Was this page helpful?