Creates a new report.
Reports are created as pending initially while Paddle generates your report. They move to ready when they’re ready to download.
You can download a report when it’s ready using the get a CSV file for a report operation.
If successful, your response includes a copy of the new report entity.
Requests are authenticated with API keys. Provide your API key as a Bearer token in the Authorization header.
API keys are assigned permissions, granting them access to entities and operations.
Each endpoint may require one or more permissions, defined with the x-permissions extension.
Values for include parameters may require specific permissions as defined in the x-enum-permissions extension.
See all available permissions in the permission schema or documentation.
Get an API key and select the permissions you need from the Paddle dashboard under Paddle > Developer Tools > Authentication.
Entity when working with reports for adjustments or adjustment line items.
Type of report to create.
adjustments, adjustment_line_items "adjustments"
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.
10