Skip to main content
GET
Error

Authorizations

X-Api-Key
string
header
required

LangSmith API key (lsv2_...).

Path Parameters

skillID
string
required

Skill ID

Response

OK

commit_hash
string

Content hash of the current skill revision.

Example:

"9f1e2d3c4b5a"

commit_id
string

Omitted on the lightweight list (include_files=false): commit_id is not on the upstream repos-list contract, only commit_hash is.

Example:

"c_8a7b6c5d"

created_at
string
Example:

"2026-01-15T09:30:00Z"

description
string

Short summary derived from the skill's SKILL.md front matter.

Example:

"Researches a topic across the web and writes a brief."

files
object

File tree keyed by path; populated only when include_files=true.

id
string
Example:

"skill_3f9a2b1c"

name
string
Example:

"web-research"

owners
object[]
updated_at
string
Example:

"2026-01-15T09:30:00Z"

visibility
string

Who can see the skill: private, workspace, or public.

Example:

"workspace"