List agents
Agents
List agents
Get the agent configurations for the workspace identified by .
GET
List agents
Authorizations
Your DUST API key is a Bearer token.
Path Parameters
ID of the workspace
Query Parameters
The view to use when retrieving agents:
- all: Retrieves all non-private agents (default if not authenticated)
- list: Retrieves all active agents accessible to the user (default if authenticated)
- published: Retrieves all agents with published scope
- global: Retrieves all global agents
- favorites: Retrieves all agents marked as favorites by the user (only available to authenticated users)
- all_unrestricted: Retrieves every active agent of the workspace, including unpublished agents the caller does not edit and agents requesting spaces the caller cannot access. Requires an admin key.
Available options:
all, all_unrestricted, list, workspace, published, global, favorites When set to 'true', includes recent authors information for each agent
Available options:
true, false Response
Agent configurations for the workspace
Array of agent configurations, optionally including lastAuthors if withAuthors=true