List all registry repository tags for a project
GET
/api/v4/projects/{id}/registry/repositories/{repository_id}/tags
Lists all tags for a specified registry repository. Responses are paginated and return 20 results by default.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
name
string
path
string
location
string
Example
{ "name": "latest", "path": "namespace1/project1/test_image_1:latest", "location": "registry.dev/namespace1/project1/test_image_1:latest"}Bad Request
Unauthorized
Not Found
Method Not Allowed