curl --request GET \
--url https://api.example.com/integrations/scaleway/container-registry/project/{projectId}/credentials/{credentialId}/images/{imageId}/tags{
"success": true,
"data": {
"imageName": "my-api",
"tags": [
{
"tagId": "d4e5f6a7-b8c9-0123-def0-234567890123",
"name": "v1.2.0",
"digest": "sha256:abc123...",
"size": 134217728,
"status": "ready",
"createdAt": "2026-03-15T09:00:00.000Z",
"updatedAt": "2026-03-15T09:00:00.000Z"
},
{
"tagId": "e5f6a7b8-c9d0-1234-ef01-345678901234",
"name": "latest",
"digest": "sha256:abc123...",
"size": 134217728,
"status": "ready",
"createdAt": "2026-03-15T09:00:00.000Z",
"updatedAt": "2026-03-15T09:00:00.000Z"
}
],
"totalCount": 5,
"page": 1,
"pageSize": 20
}
}
List tags for a specific Docker image in Scaleway Container Registry
curl --request GET \
--url https://api.example.com/integrations/scaleway/container-registry/project/{projectId}/credentials/{credentialId}/images/{imageId}/tags{
"success": true,
"data": {
"imageName": "my-api",
"tags": [
{
"tagId": "d4e5f6a7-b8c9-0123-def0-234567890123",
"name": "v1.2.0",
"digest": "sha256:abc123...",
"size": 134217728,
"status": "ready",
"createdAt": "2026-03-15T09:00:00.000Z",
"updatedAt": "2026-03-15T09:00:00.000Z"
},
{
"tagId": "e5f6a7b8-c9d0-1234-ef01-345678901234",
"name": "latest",
"digest": "sha256:abc123...",
"size": 134217728,
"status": "ready",
"createdAt": "2026-03-15T09:00:00.000Z",
"updatedAt": "2026-03-15T09:00:00.000Z"
}
],
"totalCount": 5,
"page": 1,
"pageSize": 20
}
}
120read permission on the project.
Show Tags Response
{
"success": true,
"data": {
"imageName": "my-api",
"tags": [
{
"tagId": "d4e5f6a7-b8c9-0123-def0-234567890123",
"name": "v1.2.0",
"digest": "sha256:abc123...",
"size": 134217728,
"status": "ready",
"createdAt": "2026-03-15T09:00:00.000Z",
"updatedAt": "2026-03-15T09:00:00.000Z"
},
{
"tagId": "e5f6a7b8-c9d0-1234-ef01-345678901234",
"name": "latest",
"digest": "sha256:abc123...",
"size": 134217728,
"status": "ready",
"createdAt": "2026-03-15T09:00:00.000Z",
"updatedAt": "2026-03-15T09:00:00.000Z"
}
],
"totalCount": 5,
"page": 1,
"pageSize": 20
}
}