Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

tag_name
string
required

Tag name

Response

Tag details

Tag information returned in list and get operations

commit_id
string<uuid>
required

The commit ID this tag currently points to

created_at
string<date-time>
required

When the tag was created

tag_id
string<uuid>
required

The tag's unique identifier

tag_name
string
required

The name of the tag

updated_at
string<date-time>
required

When the tag was last updated (moved to different commit or description changed)

description
string | null

Optional description of what this tag represents