v1

latestOpenAPI 3.0.02026-07-14285059.6 KB
repositories

Read repository tag

get/v2/namespaces/{namespace}/repositories/{repository}/tags/{tag}

Response

repository tag

creatorinteger

ID of the user that pushed the tag

full_sizeinteger

compressed size (sum of all layers) of the tagged image

idinteger

tag ID

last_updatedstring nullable

datetime of last update

last_updaterinteger

ID of the last user that updated the tag

last_updater_usernamestring

Hub username of the user that updated the tag

namestring

name of the tag

repositoryinteger

repository ID

status'active' | 'inactive'

whether a tag has been pushed to or pulled in the past month

tag_last_pulledstring nullable

datetime of last pull

tag_last_pushedstring nullable

datetime of last push

v2string

repository API version

Example response

{
  "images": {
    "last_pulled": "2021-01-05T21:06:53.506400Z",
    "last_pushed": "2021-01-05T21:06:53.506400Z"
  },
  "last_updated": "2021-01-05T21:06:53.506400Z",
  "tag_last_pulled": "2021-01-05T21:06:53.506400Z",
  "tag_last_pushed": "2021-01-05T21:06:53.506400Z"
}