postman-mcp-server

list_apis

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