Read the status of the task
GET {{baseUrl}}/api/model/tasks/:taskId
Retrieves the status of the task.
Currently, only schema reload (asynchronous call) is supported. The task ID is returned from the schema reload asynchronous call.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-MSTR-AuthToken | string | (Required) Authorization Token | |
| X-MSTR-ProjectID | string | (Required) Project ID |