Fetch report data
Bearer auth
reports.readBetaBeta: This endpoint is currently in beta and is not available to all API integrations.
Runs a saved report and returns its rows. Saved filters and hidden columns are applied.
Superfiliate rows include country_code (ISO 3166-1 alpha-2), city, province_code, and zip when those columns are visible. Relative dates are resolved in the shop's timezone. Results are paginated with 25 rows per page by default. has_more and next_page indicate whether and where to request the next page.
GET
api.superfiliate.com/api/v1/reports/{id}/dataPath parameters1
idrequiredinteger
Saved report ID
Query parameters2
pageinteger
Default is
1default:1itemsinteger
Default is
25 and maximum is 250default:25Responses
Report data
dataarray of objectsThe data for this resource.
has_morebooleanWhether another page of results is available.
next_pageinteger | nullThe next page number, or null on the last page.