v1

latestSwagger 2.02026-08-04244186228.2 KB
task-operations

Get task operation by app app_id by operation id

get/v1/task-operations/{app_id}/{operation_id}

Path parameters

app_idstring required

Application id

operation_idinteger required

Operation id

Headers

X-Fieldsstring mask

An optional fields mask

Response

Success

idinteger
appUuidstring
createdstring date-time
startedstring date-time
completedstring date-time
status'SCHEDULED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED'
type'DOWNLOAD'

Example response

{
  "status": "SCHEDULED",
  "type": "DOWNLOAD"
}