Skip to content

Task Result Response

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.

status

Holds the result from the service. See result for more information. If status endpoint is called this will be set to null

Clone this wiki locally