Retrieve the alert disposition status
head/alertDispositions/{dispositionId}/request
Retrieve a status indicator of whether the alert disposition has been processed and is accessible.
| Name | Type | Required | Description |
|---|---|---|---|
dispositionId | string | true | Specifies the identifier of the alert disposition. <= 36 characters |
| Name | Type | Required | Description |
|---|---|---|---|
alertId | string | false | Specifies the identifier of the alert. <= 36 characters |
alertIdMultiple | array [string] | false | Specifies a list of alert identifiers for which to retrieve the disposition request. |
domainId | string | false | Specifies the identifier of the domain. <= 36 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 404 | Not Found | No disposition exists at the requested path. | Schema |