get_collection_response
Retrieve specific response details from a Postman collection by providing collection and response IDs. Use to access response contents, IDs, or UID formats for API testing and documentation.
Instructions
Get details of a specific response in a collection
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | Collection ID | |
| response_id | Yes | Response ID | |
| ids | No | Return only properties that contain ID values | |
| uid | No | Return all IDs in UID format | |
| populate | No | Return all response contents |