Private Agents

List agent configurations

Returns all agent configurations in the workspace.

get/api/w/{wId}/assistant/agent_configurations

Path parameters

wIdstring required

ID of the workspace

Query parameters

view'all' | 'analytics' | 'list' | 'favorites' | 'published' | 'admin_internal' | 'manage_unrestricted' | 'global' | 'workspace'

Filter agents by view

limitinteger

Maximum number of results to return

withUsage'true'

Include usage statistics

withAuthors'true'

Include recent authors

withFeedbacks'true'

Include feedback counts

withEditors'true'

Include editors list

sortstring

Sort order

Response

Success

Changes

Changed in 2 of the 80 revisions of this API.2

    • added the new enum value manage_unrestricted to the query request parameter view

      request-parameter-enum-value-added

    • added the new enum value analytics to the query request parameter view

      request-parameter-enum-value-added