pydo.registry.list_repositories_v2()

Generated on 11 Feb 2026 from pydo version v0.26.0

Description

Note: This endpoint is deprecated. Please use the /v2/registries endpoint instead.

To list all repositories in your container registry, send a GET request to /v2/registry/$REGISTRY_NAME/repositoriesV2.

Parameters

Name Type Required Description Default Value
per_page integer False Number of items returned per page 20
page integer False Which ‘page’ of paginated results to return. Ignored when ‘page_token’ is provided. 1
page_token string False Token to retrieve of the next or previous set of results more quickly than using ‘page’.
registry_name string True The name of a container registry.

Request Sample

import os
from pydo import Client

client = Client(token=os.environ.get("DIGITALOCEAN_TOKEN"))

resp = client.registry.list_repositories_v2(registry_name="example")

More Information

See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.