postman-mcp-server

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

NameRequiredDescriptionDefault
collection_idYesCollection ID
idsNoReturn only properties that contain ID values
populateNoReturn all response contents
response_idYesResponse ID
uidNoReturn all IDs in UID format

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "ids": { "description": "Return only properties that contain ID values", "type": "boolean" }, "populate": { "description": "Return all response contents", "type": "boolean" }, "response_id": { "description": "Response ID", "type": "string" }, "uid": { "description": "Return all IDs in UID format", "type": "boolean" } }, "required": [ "collection_id", "response_id" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd