postman-mcp-server

by delano

list_apis

Retrieve and filter all APIs in a Postman workspace by creator, description, or pagination, using a workspace ID for targeted results.

Instructions

List all APIs in a workspace

Input Schema

NameRequiredDescriptionDefault
createdByNoFilter by creator user ID
cursorNoPagination cursor
descriptionNoFilter by description text
limitNoMaximum number of results
workspaceIdYesWorkspace ID (required)

Input Schema (JSON Schema)

{ "properties": { "createdBy": { "description": "Filter by creator user ID", "type": "number" }, "cursor": { "description": "Pagination cursor", "type": "string" }, "description": { "description": "Filter by description text", "type": "string" }, "limit": { "description": "Maximum number of results", "type": "number" }, "workspaceId": { "description": "Workspace ID (required)", "type": "string" } }, "required": [ "workspaceId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd