Skip to main content
GET
Error

Authorizations

X-Api-Key
string
header
required

LangSmith API key (lsv2_...).

Query Parameters

page_size
integer

Items per page (default 20, max 100)

cursor
string

Opaque pagination cursor

include
string

Comma-separated list of optional fields to include, e.g. include=owner,files. Supported fields: owner (each skill's owners), files (each skill's file contents). Unrecognized fields return 400. When a field is omitted the lightweight list is returned: file contents and commit_id are omitted and name falls back to the repo handle. Fetch a skill directly for full metadata.

Response

OK

items
object[]
next_cursor
string