Skip to content

Retrieve available image tags and metadata for a specific repository

Request

Security
JWTAuthorizer
Path
reponamestringrequired
curl -i -X GET \
  'https://apidocs.trustgrid.io/_mock/repositories/{reponame}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK

Bodyapplication/json
Array [
namestring
]
Response
[ { "name": "string" } ]