Events

The /Events resource collection allows you to get a resource representation of Veeam Backup for Microsoft 365 events.

Get Events

Returns a resource representation of events occurred in Veeam Backup for Microsoft 365.

SecurityBearer
Request
query Parameters
from
required
string

Specifies a change token. To get events from the latest change token, specify the parameter value as latest.

limit
integer <int32>

Limits the maximum number of items that the server will return on a page. The maximum supported number of items per page is 10,000. The default value is 30.

timeoutSeconds
integer <int32>

Specifies a timeout for the server to wait until new events appear.

Responses
200

OK

default

Operation failure response.

get/v8/Events
Request samples
Response samples
application/json
{
  • "nextChangeToken": "a1b2c3d4-e5f6-7890-abcd-ef1234567891",
  • "limit": "30",
  • "setId": "f0e1d2c3-b4a5-6789-0123-456789abcdef",
  • "results": [
    ],
  • "_links": {
    }
}

Document updated 6/30/2026

Page content applies to build 8.5.0.1014