postman-mcp-server

by delano

get_task_status

Retrieve the current status of an asynchronous task by specifying the API and task IDs, enabling progress tracking within Postman.

Instructions

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

Related Tools

ID: zoig549xfd