cURL
curl --request GET \ --url https://api.example.com/integrations/scaleway/container-registry/project/{projectId}/credentials/{credentialId}/images
{ "success": true, "data": { "images": [ { "imageId": "c3d4e5f6-a7b8-9012-cdef-123456789012", "name": "my-api", "namespaceId": "b2c3d4e5-f6a7-8901-bcde-f12345678901", "tagCount": 5, "size": 268435456, "visibility": "private", "status": "ready", "createdAt": "2026-02-10T14:00:00.000Z", "updatedAt": "2026-03-15T09:00:00.000Z" } ], "totalCount": 12, "page": 1, "pageSize": 20 } }
List Docker images from a Scaleway Container Registry namespace
1
20
read
Show Images Response
Show Image Item
public
private