postman-mcp-server

get_task_status

Get status of an asynchronous task

Input Schema

NameRequiredDescriptionDefault
apiIdYesAPI ID
taskIdYesTask ID

Input Schema (JSON Schema)

{ "properties": { "apiId": { "description": "API ID", "type": "string" }, "taskId": { "description": "Task ID", "type": "string" } }, "required": [ "apiId", "taskId" ], "type": "object" }

You must be authenticated.

Other Tools