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

Examples

GET /api/orchestration/8b7803ed-079d-4f64-a5cc-05309f813877/tasks
200
{
  "results": [
    {
      "id": "create something",
      "name": "create something",
      "timestamp": "2021-09-01T13:59:45.312Z",
      "status": "pending",
      "priority": 10,
      "created": 1630504785.3120255
    }
  ]
}

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