# GetTasksButlerTask ## Fields | Field | Type | Required | Description | | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | | `Description` | *string* | :heavy_minus_sign: | A user-friendly description of the task | | `Enabled` | *bool* | :heavy_minus_sign: | Whether this task is enabled or not | | `Interval` | *long* | :heavy_minus_sign: | The interval (in days) of when this task is run. A value of 1 is run every day, 7 is every week, etc. | | `Name` | *string* | :heavy_minus_sign: | The name of the task | | `ScheduleRandomized` | *bool* | :heavy_minus_sign: | Indicates whether the timing of the task is randomized within the butler interval | | `Title` | *string* | :heavy_minus_sign: | A user-friendly title of the task |