# <a id="bitdrift.public.unary.alerts.v1.GetIssuesAlertConfigRequest"></a>GetIssuesAlertConfigRequest

**Source definition:** [`src/bitdrift/public/unary/alerts/v1/issue_alerts.proto#L121-L129`](<https://github.com/bitdriftlabs/api/blob/main/src/bitdrift/public/unary/alerts/v1/issue_alerts.proto#L121-L129>)

Requests the issues alert configuration for a view.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| view_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The issues view ID that the config is associated with. There can only be a single alert  configuration per view ID. The view ID provides the filters used for the overall alert  including at minimum platform and app ID. |

</section>
<p class="h4">Example</p>
```json
{
  "view_id": "123"
}
```

