curl --request GET \
--url http://localhost:8080/cabinet/admin/remnawave/sync/auto/status{
"enabled": true,
"times": [
"<string>"
],
"next_run": "2023-11-07T05:31:56Z",
"is_running": false,
"last_run_started_at": "2023-11-07T05:31:56Z",
"last_run_finished_at": "2023-11-07T05:31:56Z",
"last_run_success": true,
"last_run_reason": "<string>",
"last_run_error": "<string>",
"last_user_stats": {},
"last_server_stats": {}
}Get auto sync status.
curl --request GET \
--url http://localhost:8080/cabinet/admin/remnawave/sync/auto/status{
"enabled": true,
"times": [
"<string>"
],
"next_run": "2023-11-07T05:31:56Z",
"is_running": false,
"last_run_started_at": "2023-11-07T05:31:56Z",
"last_run_finished_at": "2023-11-07T05:31:56Z",
"last_run_success": true,
"last_run_reason": "<string>",
"last_run_error": "<string>",
"last_user_stats": {},
"last_server_stats": {}
}Successful Response
Auto sync status.