curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/agents/{node_name}/history \
--header 'Authorization: Bearer <token>'{
"node": "<string>",
"hours": 24,
"records": 0,
"delta": {},
"first": {},
"last": {},
"history": []
}Get agent statistics history.
curl --request GET \
--url https://api.example.com/cabinet/admin/ban-system/agents/{node_name}/history \
--header 'Authorization: Bearer <token>'{
"node": "<string>",
"hours": 24,
"records": 0,
"delta": {},
"first": {},
"last": {},
"history": []
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 168