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

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

Requests the session capture notification settings for a workflow rule.

<section class="proto-fields-table" markdown>
| Field | Type | Description |
|---|---|---|
| action_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The action ID for the session capture rule to get the configuration for. |
| workflow_id | <span class="proto-type proto-type-primitive">string</span><br><em class="proto-field-annotation">between 1 and 255 chars</em> | The workflow ID for the workflow rule to get the configuration for. |

</section>
<p class="h4">Example</p>
```json
{
  "action_id": "fkQ1PfAZhdYvJexzY6DYuoYCZTEaWO0Y7spxwjr7akc",
  "workflow_id": "checkout-errors"
}
```

