GET /api/orchestration/:id/tasks
List all tasks for a given orchestration event

Examples

GET /api/orchestration/53822e7e-6d95-4201-88f9-31faf63bfa2b/tasks
200
{
  "results": [
    {
      "id": "create something",
      "name": "create something",
      "timestamp": "2022-09-06T14:58:13.283Z",
      "status": "pending",
      "priority": 10,
      "created": 1662476293.2837527
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer