postman-mcp-server

get_api_versions

Retrieve all versions of an API by providing its ID, with options for pagination and limiting results using this essential tool.

Instructions

Get all versions of an API

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
cursorNoPagination cursor
limitNoMaximum number of results

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "cursor": { "description": "Pagination cursor", "type": "string" }, "limit": { "description": "Maximum number of results", "type": "number" } }, "required": [ "apiId" ], "type": "object" }

You must be authenticated.

Other Tools from postman-mcp-server

Related Tools

ID: zoig549xfd