Superfiliate

Fetch report data

Bearer authreports.readBeta
Beta: 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.

GETapi.superfiliate.com/api/v1/reports/{id}/data

Path parameters1

idrequired
integer
Saved report ID

Query parameters2

page
integer
Default is 1default:1
items
integer
Default is 25 and maximum is 250default:25

Responses

Report data

  • dataarray of objects

    The data for this resource.

  • has_moreboolean

    Whether another page of results is available.

  • next_pageinteger | null

    The next page number, or null on the last page.