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

Examples

GET /api/orchestration/tasks
404
{
  "error": {
    "message": "Resource task not found by id ''"
  }
}

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