Skip to main content
Glama

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/delano/postman-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server