You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chris Churas edited this page Oct 17, 2024
·
7 revisions
The result returned by this service is an ordered list of objects that denote an action with action attribute along and result stored under data attribute.
The list allows for multiple actions to be returned.
For details on the format of values in data field, click the Example link next to each action below.
{
"progress": number // 0 - 100 where 100 means complete"status": string // One of the following: submitted, processing, complete, failed"result": object (result)
}
progress
Number denoting progress of task. 100 means complete any other value is not complete.