Skip to main content
GET
/
v1
/
fleet
/
auth-tokens
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "created_at": "<string>",
      "expires_at": "<string>",
      "id": "<string>",
      "is_default": true,
      "label": "<string>",
      "provider_id": "<string>",
      "scopes": [
        "<string>"
      ],
      "updated_at": "<string>"
    }
  ],
  "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

provider_id
string

Filter by provider ID

is_default
boolean

Filter to default (true) or secondary (false) tokens. Omit to return both.

page_size
integer

Items per page (1-100, default 20). Currently advisory; all matching tokens are returned.

cursor
string

Opaque pagination cursor. Currently accepted but ignored.

Response

OK

items
object[]
next_cursor
string