getCollection
Retrieve information about a Postman collection. Choose between lightweight, minimal, or full response models.
Instructions
Get information about a collection. Returns lightweight collection map by default. Use model='minimal' for root-level IDs only, or model='full' for complete payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionId | Yes | The collection ID in format <OWNER_ID>-<COLLECTION_ID> | |
| access_key | No | Collection's read-only access key (optional, doesn't require API key) | |
| model | No | Response model: 'minimal' for root-level IDs, 'full' for complete payload |