getStatusOfAnAsyncApiTask
Check the completion status of asynchronous API tasks in Postman by providing the API and task IDs. Monitor long-running operations to 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. |