Get all collections
getCollectionsRetrieve Postman collections from a workspace, with optional filters for exact name match, limit, and offset. Provide the workspace ID to get started.
Instructions
The workspace ID query is required for this endpoint. If not provided, the LLM should ask the user to provide it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter results by collections whose name exactly matches the given value. Partial or substring matches are not supported. | |
| limit | No | The maximum number of rows to return in the response. | |
| offset | No | The zero-based offset of the first item to return. | |
| workspace | Yes | The workspace's ID. |