Lookup a skill by ID, name, or name+version.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to lookup a skill.
The name of the skill (e.g. 'pillow', 'batch-processing')
The ID of the skill (UUID)
Skill version to look up (e.g. '20260219-abc123'). When provided with name, filters by exact version instead of returning latest.
DEPRECATED: Use 'skill_version' instead.
Successful Response
Skill information response.
Unique skill identifier
Name of the skill
Description of the skill
Version of the skill
GCS URI of the skill zip file
Whether the skill is publicly accessible
Date and time when the skill was created
Date and time when the skill was updated