v1

latestOpenAPI 3.0.0Apache 2.02026-07-14384142.2 KB
Task

Show an existing Task

Returns a Task object

get/tasks/{id}

Path parameters

idstring required

UUID of task

Response

Task info

archived_atstring date-time
child_task_idstring uuid
completed_atstring date-time
controller_message_idstring uuid
created_atstring date-time
idstring uuid

UUID of task

inputobject
messagestring
namestring
outputobject
ownerstring
source_idstring

ID of the resource

state'pending' | 'queued' | 'running' | 'timedout' | 'completed'
status'ok' | 'warn' | 'unchanged' | 'error'
target_source_refstring
target_typestring
typestring
updated_atstring date-time

Example response

{
  "message": "received message starting inventory collection",
  "name": "Order Service Plan",
  "owner": "jdoe",
  "state": "running",
  "status": "error",
  "type": "CloudConnectorTask"
}