# Response attributes

Namespace `data`

| Parameter               | Type                         | Values                                                                                     |
| ----------------------- | ---------------------------- | ------------------------------------------------------------------------------------------ |
| `id`                    | String                       | The ID of the heartbeat group.                                                             |
| `type`                  | String                       | `heartbeat_group`                                                                          |
| `attributes`            | Object                       | Attributes object. See below.                                                              |
| `attributes.name`       | String                       | A name of the group that you can see in the dashboard.                                     |
| `attributes.sort_index` | Integer                      | Set `sort_index` to specify how to sort your heartbeat groups.                             |
| `attributes.created_at` | String (ISO DateTime format) | When was the group created. Example value `"2020-09-18T17:20:42.514Z"`.                    |
| `attributes.updated_at` | String (ISO DateTime format) | When was the group last updated. Example value `"2020-09-18T17:20:42.514Z"`.               |
| `attributes.team_name`  | String                       | The team this heartbeat group is in.                                                       |
| `attributes.paused`     | Boolean                      | Whether is the group paused. All heartbeats in the paused heartbeat group are also paused. |