postman-mcp-server

get_api_schema_files

Retrieve API schema files by providing API and schema IDs, enabling pagination with a cursor and limit for efficient data management in Postman environments.

Instructions

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 from postman-mcp-server

Related Tools

ID: zoig549xfd