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

Examples

GET /api/orchestration/e7593dbe-1d50-4510-9f26-b6b1addf9d92/tasks
200
{
  "results": [
    {
      "id": "create something",
      "name": "create something",
      "timestamp": "2018-07-24T13:13:56.717Z",
      "status": "pending",
      "priority": 10,
      "created": 1532438036.7178283
    }
  ]
}

Params

Param name Description
location_id
optional

Scope by locations

Validations:

  • Must be a Integer

organization_id
optional

Scope by organizations

Validations:

  • Must be a Integer