get_collection_response
Retrieve details of a specific response in a Postman collection by providing collection and response IDs. Optionally include all response contents or return only ID values.
Instructions
Get details of a specific response in a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Return only properties that contain ID values | |
| uid | No | Return all IDs in UID format | |
| populate | No | Return all response contents | |
| response_id | Yes | Response ID | |
| collection_id | Yes | Collection ID |