postman-mcp-server

list_pan_elements

Get all elements and folders in Private API Network

Input Schema

NameRequiredDescriptionDefault
addedByNoReturn only elements published by the given user ID
descriptionNoReturn only elements whose description includes the given value
directionNoSort direction
limitNoMaximum number of results to return
nameNoReturn only elements whose name includes the given value
offsetNoNumber of results to skip
parentFolderIdNoReturn elements in specific folder. Use 0 for root folder.
sinceNoReturn only results created since the given time (ISO 8601)
sortNoSort field
summaryNoReturn only elements whose summary includes the given value
typeNoFilter by element type
untilNoReturn only results created until this given time (ISO 8601)

Input Schema (JSON Schema)

{ "properties": { "addedBy": { "description": "Return only elements published by the given user ID", "type": "integer" }, "description": { "description": "Return only elements whose description includes the given value", "type": "string" }, "direction": { "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "limit": { "description": "Maximum number of results to return", "type": "integer" }, "name": { "description": "Return only elements whose name includes the given value", "type": "string" }, "offset": { "description": "Number of results to skip", "type": "integer" }, "parentFolderId": { "description": "Return elements in specific folder. Use 0 for root folder.", "type": "integer" }, "since": { "description": "Return only results created since the given time (ISO 8601)", "type": "string" }, "sort": { "description": "Sort field", "enum": [ "createdAt", "updatedAt" ], "type": "string" }, "summary": { "description": "Return only elements whose summary includes the given value", "type": "string" }, "type": { "description": "Filter by element type", "enum": [ "api", "folder", "collection", "workspace" ], "type": "string" }, "until": { "description": "Return only results created until this given time (ISO 8601)", "type": "string" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools