Organization
Users and User Groups
Permissions
Data Source
Workspaces
Logical Data Model
Analytical Objects
Reporting
Export & Automations
AI Lake
AI Assistant
Agents
    Agents
      List agents available to the current user in a workspaceget
Other
Schemas
powered by Zudoku
OpenAPI definition

Agents

Endpoint:/

List agents available to the current user in a workspace

GET
/api/v1/ai/workspaces/{workspace_id}/agents

List agents the calling user can use in this workspace, sorted A-Z.

This is the personalized "usable here" view for the agent switcher -- access-filtered to the caller, enabled, non-preview, with per-agent lastUsedAt. For agent CRUD/management use the metadata entity endpoint GET /api/v1/entities/agents instead.

List agents available to the current user in a workspace › path Parameters

  • workspace_idstring · required

List agents available to the current user in a workspace › Responses

Successful Response

  • agentsobject[] · required
GET /api/v1/ai/workspaces/{workspace_id}/agents

AI ObservabilityOther