List Registered Agents
Lists all registered agents.
Query Parameters: include: List of additional scopes to include. Supported values:
- ‘global’: Include agents from global workspace along with the specified workspace
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter agents by workspace ID. If not provided, returns agents from global workspace (workspace_id is null)
Include additional workspace scopes. Use 'global' to include global workspace agents along with workspace-specific agents
Response
Successful Response
- ListAgent · object[]
- ListAgentVersion · object[]
Schema for fetching agent.
Unique identifier for the agent
ID of the tenant that owns this agent
Name of the agent
Description of what the agent does
Style of the agent
default, react, planner, custom, react_intrinsic, experimental_customer_care, code_act ID of the user who created the agent
Creation timestamp
ID of the user who updated the agent
Last update timestamp
ID of the workspace that owns this agent
Instructions for the agent
List of tool names available to the agent
List of other agent names this agent can collaborate with
LLM identifier for the agent
Supported apps of the agent
slack/askhr List of simplified environments associated with the agent
To show or hide agent when agents are listed
Display name of the agent
JSON schema defining the structure for agent responses
Reference to a Python tool that will be used for custom synthesis of task results
List of guidelines for the agent behavior
List of tags associated to agent
Chat with Documents config for Agent
Voice configuration for the agent
Voice webhook connections organized by environment (draft/live)
Agent Additional Settings
Enable access to context variables for this agent
List of connection IDs for direct agent-to-connection bindings
List of context variable names that this agent can access
Enable/disable reasoning trace
Enable/disable syncing user interactions from tool flow to the agent
Enable editable for the colloborator agent
Catalog Agent bundled flag
Base agent id
Plugins and hook points associated to the agents
List of toolkit ids available to the agent
Enable/disable agentic memory for this agent
Indicates whether this agent can be scheduled for tasks
Metadata for custom agents
Track deleted semantic versions to prevent reuse (V2 API)

