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.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-MSTR-AuthToken
|
string | (Required) Authorization Token | |
X-MSTR-ProjectID
|
string | (Required) Project ID |
RESPONSES
status OK
{
"id": "E12610667775467C890AD0268244953B",
"task": "reloadSchema",
"startTime": "2022-03-21T19:01:34.091724Z",
"endTime": "2022-03-21T19:01:35.829503Z",
"status": "completed"
} |
ENDPOINTS