# API: Get Report Snapshots
# getReportSnapshots
Get list of report snapshots
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=getReportSnapshots
# PHP Samples
# Response
{
"success": true,
"snapshots": {
"id": 1,
"report_id": 1,
"name": "Orders list in selected period",
"frequency": "Demand",
"target": "None",
"generated_count": 1,
"generated_at": "2026-08-11 03:16:59",
"created_at": "2026-08-11 03:16:45"
},
"call": "getReportSnapshots",
"server_time": 1786443871
}