getStatusOfAnAsyncApiTask
Check the completion status of asynchronous API tasks in Postman using task and API identifiers to monitor progress and determine when results are available.
Instructions
Gets the status of an asynchronous task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiId | Yes | The API's ID. | |
| taskId | Yes | The task's ID. | |
| Accept | Yes | The `application/vnd.api.v10+json` request header required to use the endpoint. |