Skip to main content
GET
/
project
/
{projectId}
/
integrations
/
gitlab
/
container-registry
/
images
List Docker images from GitLab Container Registry
curl --request GET \
  --url https://us.cybedefend.com/project/{projectId}/integrations/gitlab/container-registry/images \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

CybeDefend project ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

Query Parameters

credentialId
string
required

GitLab Container Registry credential ID to use for authentication

Example:

"550e8400-e29b-41d4-a716-446655440000"

pageSize
number

Number of results per page (default: 20)

Example:

20

page
number

Page number (default: 1)

Example:

1

Response

List of images retrieved successfully