Skip to main content
GET
/
v1
/
fleet
/
agents
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "backend": {
        "sandbox": {
          "delete_after_stop_seconds": 1200,
          "idle_ttl_seconds": 600,
          "policy_ids": [
            "<string>"
          ]
        },
        "type": "sandbox"
      },
      "created_at": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "extras": {},
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "is_owner": true,
      "name": "<string>",
      "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "permissions": {
        "shared_users": {
          "read": [
            "<string>"
          ],
          "run": [
            "<string>"
          ],
          "update": [
            "<string>"
          ]
        }
      },
      "runtime": {
        "model": {
          "model_id": "claude-sonnet-4-6"
        }
      },
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "next_cursor": "<string>"
}

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.

Authorizations

X-API-Key
string
header
required

Query Parameters

page_size
integer

Items per page (1-100). Default 20.

cursor
string

Opaque pagination cursor returned by the previous list call.

name
string

Case-insensitive substring filter on the agent name.

audience
enum<string>
default:user

Scope of agents to return. user (default) returns owned + directly-shared. tenant returns workspace-shared only.

Available options:
user,
tenant
sort_by
enum<string>
default:updated_at

Field to sort by.

Available options:
created_at,
updated_at,
name
sort_order
enum<string>
default:desc

Sort direction.

Available options:
asc,
desc

Response

OK

items
object[]
next_cursor
string