List Repository Packages
GET https://api.repoflow.io/1/workspaces/<workspace-ref>/repositories/<repository-ref>/packages
Retrieve a paginated list of packages under a local or remote repository, including the total number of packages. Authorization is optional unless the repository is private.
This endpoint does not support virtual repositories. Virtual repositories are a resolver view over child repositories and do not own package records. If you upload through a virtual repository, list packages from the configured target local repository.
Authentication: Optional (required if repository is private)
Path Parameters
Workspace ID or name.
Repository ID or name. Must be a local or remote repository.
Query
Pagination offset (0-based). Default: 0.
Max items per page (default 100, capped at 1000).