Returns a list of package resource identifiers under the given organization
that the current user has access to. By default returns only packages the user
can share (admin/modeler role). Set onlyShareable=false to include all
readable packages (including viewer access).
Note: This endpoint provides cross-project package visibility. It aggregates packages from all projects within the organization that the user has access to.
Authorization: Requires read access to the organization. Response: Returns array of package resource identifiers.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$When true, returns only packages the user can share (admin/modeler). When false, returns all readable packages.
List of package resource identifiers retrieved successfully