postman-mcp-server

get_api_schema_files

Get files in an API schema

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
cursorNoPagination cursor
limitNoMaximum number of results
schemaIdYesSchema ID
versionIdNoVersion ID (required for API viewers)

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" }, "schemaId": { "description": "Schema ID", "type": "string" }, "versionId": { "description": "Version ID (required for API viewers)", "type": "string" } }, "required": [ "apiId", "schemaId" ], "type": "object" }

You must be authenticated.

Other Tools