Skip to main content

GetStatusOfAnAsyncTask

Properties

NameTypeRequiredDescription
IdstringThe task's ID.
MetaGetStatusOfAnAsyncTaskMetaThe response's non-standard meta information.
StatusGetStatusOfAnAsyncTaskStatusThe task's current status.
DetailsOneOf<Details1, Details2>
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.
Action_ActionThe 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"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →