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 — true if the caller is the agent’s owner.access_level — one of READ, RUN, or WRITE. Owners
get WRITE. Direct shares get the level matching the
shared_users list they appear in. Tenant-shared rows get
the agent’s tenant_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://docs.langchain.com/llms.txt
Use this file to discover all available pages before exploring further.
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