Bulk Poll
Requests the tasks that were specified in the body. This API should be used for efficient task polling. Note that the given task will be filtered - tasks that belong to another user won't be retrieved.
Optional site to retrieve the task from. Could be a remote site or the local one.
site1
Accept
Operation ID for correlating logs across multiple services
List of task ids.
[
{}
]
OK
{
"propertyNames": [
"string"
],
"values": [
[
{}
]
]
}
propertyNames
values
Returned error codes include (but are not limited to):
- BadUserInput
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
Returned error codes include (but are not limited to):
- NotAuthenticated
- RemoteAuthenticationFailure
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
Returned error codes include (but are not limited to):
- SiteNotFound
- TaskNotFound
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.
Returned error codes include (but are not limited to):
- GeneralServerFailure
{
"args": [
"string"
],
"code": "string",
"msg": "string",
"stacktrace": "string"
}
Positional arguments.
Specific error code.
Detailed error message.
Exception stacktrace.