Skip to main content
GET

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

skill_id
string
required

Response

Successful Response

Skill information response.

id
string
required

Unique skill identifier

name
string
required

Name of the skill

description
string
required

Description of the skill

skill_version
string
default:latest

Version of the skill

skill_uri
string | null

GCS URI of the skill zip file

is_public
boolean
default:false

Whether the skill is publicly accessible

created_at
string<date-time> | null

Date and time when the skill was created

updated_at
string<date-time> | null

Date and time when the skill was updated