List packages
GET/packages
List packages. The listing must be scoped: send nrn, visible_to, or both.
💡 Tip: Prefer
visible_tofor consumption. It matches packages owned at the NRN, shared by ancestors or trailing-wildcard scopes, and global packages published withorganization=*. Thenrnfilter only matches packages owned at exactly that NRN.
The component filters (component_name, resource_type, resource_id and resource_revision_id) match against each package's resolved revision: default_revision_id when it's set, otherwise latest_revision_id.
Request​
Responses​
- 200
- 4XX
- 5XX
The packages matching the query.
Client error responses due to invalid input, missing parameters or insufficient permissions.
Server error responses.