Skip to main content

GetStatusOfAnAsyncTask

Properties

NameTypeRequiredDescription
idstringThe task's ID.
metaGetStatusOfAnAsyncTaskMetaThe response's non-standard meta information.
statusGetStatusOfAnAsyncTaskStatusThe task's current status.
detailsDetails
createdAtstringThe date and time at which the task was created.
updatedAtstringThe date and time at which the task was last updated.

GetStatusOfAnAsyncTaskMeta

The response's non-standard meta information.

Properties

NameTypeRequiredDescription
urlstringThe endpoint URL that created the task.
modelMetaModelThe model for which the task is performing the operation.
actionActionThe task's action.

MetaModel

The model for which the task is performing the operation.

Properties

NameTypeRequiredDescription
COLLECTIONstring"collection"
APIVERSIONstring"api-version"

Action

The task's action.

Properties

NameTypeRequiredDescription
UPDATEstring"update"
CREATEstring"create"

GetStatusOfAnAsyncTaskStatus

The task's current status.

Properties

NameTypeRequiredDescription
PENDINGstring"pending"
FAILEDstring"failed"
COMPLETEDstring"completed"

Details

Details1

Information about the task's resources.

Properties

NameTypeRequiredDescription
resourcesDetails1Resources[]

Details1Resources

Properties

NameTypeRequiredDescription
idstringThe ID of the assigned resource.
urlstringThe task's assigned resource URL.

Details2

Information about the error that occurred during the task's processing.

Properties

NameTypeRequiredDescription
errorError

Error

Properties

NameTypeRequiredDescription
messagestringThe task's error message.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →