curl --request GET \
--url https://api.example.com/integrations/scaleway/container-registry/project/{projectId}/credentials/{credentialId}/namespaces{
"success": true,
"data": {
"namespaces": [
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"name": "production-registry",
"region": "fr-par",
"endpoint": "rg.fr-par.scw.cloud/production-registry",
"imageCount": 12,
"size": 5368709120,
"status": "ready",
"createdAt": "2026-01-15T08:00:00.000Z",
"updatedAt": "2026-03-17T10:30:00.000Z"
}
],
"totalCount": 1,
"page": 1,
"pageSize": 20
}
}
List container registry namespaces accessible with stored credentials
curl --request GET \
--url https://api.example.com/integrations/scaleway/container-registry/project/{projectId}/credentials/{credentialId}/namespaces{
"success": true,
"data": {
"namespaces": [
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"name": "production-registry",
"region": "fr-par",
"endpoint": "rg.fr-par.scw.cloud/production-registry",
"imageCount": 12,
"size": 5368709120,
"status": "ready",
"createdAt": "2026-01-15T08:00:00.000Z",
"updatedAt": "2026-03-17T10:30:00.000Z"
}
],
"totalCount": 1,
"page": 1,
"pageSize": 20
}
}
120read permission on the project.
Show Namespaces Response
Show Namespace Item
ready, deleting){
"success": true,
"data": {
"namespaces": [
{
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"name": "production-registry",
"region": "fr-par",
"endpoint": "rg.fr-par.scw.cloud/production-registry",
"imageCount": 12,
"size": 5368709120,
"status": "ready",
"createdAt": "2026-01-15T08:00:00.000Z",
"updatedAt": "2026-03-17T10:30:00.000Z"
}
],
"totalCount": 1,
"page": 1,
"pageSize": 20
}
}