New to Telerik Report Server? Start a free 30-day trial
GET api/reportserver/v2/executions/dataalerts/{dataAlertId}
Returns a collection of all executions by a data alert.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataAlertId |
Data alert ID. | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SchedulingExecution
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Execution ID. | string |
None. |
| DocumentIds |
Collection of document IDs created by this execution. | Collection of string |
None. |
| AlertTriggered |
Specifies if an alert has been sent by this execution. | boolean |
None. |
| ExecutionDate |
Obsolete since R2 2020. Use ExecutionDateUtc property instead. Gets or sets the execution DateTime created value in the server local timezone. | date |
None. |
| ExecutionDateUtc |
Gets or sets the execution DateTime created value in the UTC. | date |
None. |
Response Formats
application/json, text/json
json
[
{
"Id": "c02d841b0ce",
"DocumentIds": [
"a977eeec86f",
"9dca5a1c360"
],
"AlertTriggered": true,
"ExecutionDate": "2026-08-12T14:15:53.2645826+00:00",
"ExecutionDateUtc": "2026-08-12T14:15:53.2645826Z"
},
{
"Id": "e2fde01e494",
"DocumentIds": [
"f5695007885",
"0edc7fe4dc6"
],
"AlertTriggered": true,
"ExecutionDate": "2026-08-12T14:15:53.2645826+00:00",
"ExecutionDateUtc": "2026-08-12T14:15:53.2645826Z"
}
]