page
parameter will return an error. To learn more, see Make paginated requests to the REST Admin API.curl --location --request GET 'https://demo.myshopify.com//admin/api//reports.json'
custom_app_reports
.{
"reports": [
{
"id": 517154478,
"name": "Wholesale Sales Report",
"shopify_ql": "SHOW total_sales BY order_id FROM sales WHERE api_client_id == 123 SINCE -1m UNTIL today",
"updated_at": "2017-04-10T16:33:22-04:00",
"category": "custom_app_reports"
},
{
"id": 752357116,
"name": "Custom App Report 2",
"shopify_ql": "SHOW total_sales BY order_id FROM sales ORDER BY total_sales",
"updated_at": "2023-01-03T12:21:36-05:00",
"category": "custom_app_reports"
}
]
}