Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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_slug": "<string>", "scopes": [ "<string>" ], "updated_at": "<string>" } ], "next_cursor": "<string>" }
{ "code": "<string>", "detail": "<string>", "status": 123, "type": "<string>" }
Lists the active OAuth tokens belonging to the caller. Optionally filter by provider_slug and is_default.
LangSmith API key (lsv2_...).
lsv2_...
Filter by provider slug
Filter to default (true) or secondary (false) tokens. Omit to return both.
OK
Show child attributes
Was this page helpful?