List agents
Returns the agents the authenticated user has access to. The
default audience=user view returns the agents the caller owns
plus any agents that have been directly shared with the caller
via permissions.shared_users. The alternate audience=tenant
view returns only the workspace-shared agents (those whose
permissions.visibility is tenant). System-created defaults
are always excluded.
Each item carries two caller-relative fields that describe the authenticated user’s relationship to that agent:
is_owner—trueif the caller is the agent’s owner.access_level— one ofREAD,RUN, orWRITE. Owners getWRITE. Direct shares get the level matching theshared_userslist they appear in. Tenant-shared rows get the agent’stenant_access_level. The maximum applicable level always wins.
Results are cursor-paginated. Pass the cursor value from the
previous response to fetch the next page; next_cursor is
omitted when no further pages exist.
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-cbclea-1779438149-9d7c578.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Items per page (1-100). Default 20.
Opaque pagination cursor returned by the previous list call.
Case-insensitive substring filter on the agent name.
Scope of agents to return. user (default) returns owned + directly-shared. tenant returns workspace-shared only.
user, tenant Field to sort by.
created_at, updated_at, name Sort direction.
asc, desc 
