Get user delivery data
xmatters_get_user_delivery_dataRetrieve user delivery details for a specific event at a historical timestamp. Check notification status and recipient delivery results for a given event.
Instructions
Get user delivery data. GET /api/xm/1/events/{eventID}/user-deliveries. Historical-data endpoint: at is required. Event identifier casing follows DEFINITION (eventID), not the table spelling eventId. Body fields: none. Reference: https://help.xmatters.com/xmapi/#get-user-delivery-data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | Yes | API query parameters; arrays are comma-joined. Documented names: embed, sortBy, sortOrder, deliveryStatus, offset, limit, at. Pagination is explicit using offset and limit; results are not automatically combined. |