getCollections
Retrieve all Postman collections within a specified workspace. Provide the workspace ID to get the list.
Instructions
Gets all collections in a workspace. Workspace ID is required - ask user if not provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | The workspace's ID (required) | |
| limit | No | Maximum number of rows to return | |
| name | No | Filter by collections matching this name | |
| offset | No | Zero-based offset for pagination |