report.created
Occurs when a report is created.
Unique Paddle ID for this event, prefixed with evt_
.
Type of event sent by Paddle, in the format entity.event_type
.
RFC 3339 datetime string of when this event occurred.
New or changed entity.
Type of report to create.
Unique Paddle ID for this report, prefixed with rep_
Status of this report. Set automatically by Paddle.
Reports are created as pending
initially, then move to ready
when they're available to download.
Number of records in this report. null
if the report is pending
.
RFC 3339 datetime string of when this report expires. The report is no longer available to download after this date.
RFC 3339 datetime string of when this report was last updated.
RFC 3339 datetime string of when this report was created.
Filter criteria for this report. If omitted when creating, 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 notification, prefixed with ntf_
.
12345678910111213141516171819201{
2 "event_id": "evt_01hvgdpb99hxbjje8npcvk3za0",
3 "event_type": "report.created",
4 "occurred_at": "2024-04-15T08:24:04.137829Z",
5 "notification_id": "ntf_01hvgdpbc5rqqxh6j1daqs7n3x",
6 "data": {
7 "id": "rep_01hvgdpayq6kjzyk4hz5m02cpn",
8 "rows": null,
9 "type": "adjustments",
10 "status": "pending",
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"