postman-mcp-server

get_collection_forks

Get a list of collection forks

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
cursorNoPagination cursor
directionNoSort direction
limitNoMaximum number of results to return
sortNoSort field

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "cursor": { "description": "Pagination cursor", "type": "string" }, "direction": { "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "number" }, "sort": { "description": "Sort field", "enum": [ "createdAt" ], "type": "string" } }, "required": [ "collection_id" ], "type": "object" }

You must be authenticated.

Other Tools