Skip to main content
GET
/
{org}
/
repo
/
tags
Get repo Tags
curl --request GET \
  --url https://api.mesa.dev/api/v1/{org}/repo/tags \
  --header 'Authorization: Bearer <token>'
{
  "tags": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

org
string
required

Response

Repo tags

tags
object
required