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

Examples

GET /api/orchestration/467fb771-0dd4-474d-8fba-491f5fc248fe/tasks
200
{
  "results": [
    {
      "id": "create something",
      "name": "create something",
      "timestamp": "2019-11-07T08:53:33.072Z",
      "status": "pending",
      "priority": 10,
      "created": 1573116813.0725312
    }
  ]
}

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