List accessible packages by organization
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Query Parameters
When true, returns only packages the user can share (admin/modeler). When false, returns all readable packages.
Response
List of package resource identifiers retrieved successfully