report.updated
Occurs when an report is updated.
New or changed entity.
RFC 3339 datetime string of when this report was created.
RFC 3339 datetime string of when this report expires. The report is no longer available to download after this date.
Filter criteria for this report. If omitted, reports are filtered to include data updated in the last 30 days. This means updated_at is greater than or equal to (gte) the date 30 days ago from the time the report was generated.
Field name to filter by.
Operator to use when filtering. Valid when filtering by updated_at, null otherwise.
Value to filter by. Check the allowed values descriptions for the name field to see valid values for a field.
Unique Paddle ID for this report, prefixed with rep_
Number of records in this report. null if the report is pending.
Status of this report. Set automatically by Paddle.
Reports are created as pending initially, then move to ready when they're available to download.
Type of report to create.
RFC 3339 datetime string of when this report was last updated.
Unique Paddle ID for this event, prefixed with evt_.
Type of event sent by Paddle, in the format entity.event_type.
Unique Paddle ID for this notification, prefixed with ntf_.
RFC 3339 datetime string of when this event occurred.
12345678910111213141516171819201{
2 "event_id": "evt_01hvgdpmap3espxga4jwzb0agp",
3 "event_type": "report.updated",
4 "occurred_at": "2024-04-15T08:24:13.398892Z",
5 "notification_id": "ntf_01hvgdpmd2g0dv4vpmys3z7bc3",
6 "data": {
7 "id": "rep_01hvgdpayq6kjzyk4hz5m02cpn",
8 "rows": 8,
9 "type": "adjustments",
10 "status": "ready",
11 "filters": [
12 {
13 "name": "updated_at",
14 "value": "2024-04-15",
15 "operator": "lt"
16 },
17 {
18 "name": "updated_at",
19 "value": "2024-01-01",
20 "operator": "gte"