agent
Retrieve a single agent by its unique identifier.
Possible errors:
- AGENT_NOT_FOUND_ERROR: Agent with specified ID does not exist
- AGENT_GET_ERROR: Failed to retrieve agent due to system issuesAUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER] OR ('user is authenticated')
agent(
id: ID!
): Agent!
Arguments
agent.id ● ID! non-null scalar
Unique identifier for the agent.
Type
Agent object
Conversational agent configuration for proxying requests to external webhooks.
Defines the structure, behavior, and webhook integration for an agent that handles user interactions through chat or button triggers, supporting both single-turn and multi-turn conversation patterns.