get_collection_response
Retrieve specific response details from a Postman collection by providing the collection ID and response ID. Supports optional parameters to fetch complete contents or format IDs as UIDs.
Instructions
Get details of a specific response in a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_id | Yes | Collection ID | |
ids | No | Return only properties that contain ID values | |
populate | No | Return all response contents | |
response_id | Yes | Response ID | |
uid | No | Return all IDs in UID format |