postman-mcp-server

get_environment_forks

Get a list of environment forks

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor
directionNoSort direction
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}
limitNoNumber of results per page
sortNoSort field

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor", "type": "string" }, "direction": { "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "limit": { "description": "Number of results per page", "type": "number" }, "sort": { "description": "Sort field", "enum": [ "createdAt" ], "type": "string" } }, "required": [ "environmentId" ], "type": "object" }

You must be authenticated.

Other Tools