curl --request GET \
--url http://localhost:8080/backups{
"items": [
{
"filename": "<string>",
"filepath": "<string>",
"compressed": true,
"file_size_bytes": 123,
"file_size_mb": 123,
"timestamp": "2023-11-07T05:31:56Z",
"tables_count": 123,
"total_records": 123,
"created_by": 123,
"database_type": "<string>",
"version": "<string>",
"error": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}curl --request GET \
--url http://localhost:8080/backups{
"items": [
{
"filename": "<string>",
"filepath": "<string>",
"compressed": true,
"file_size_bytes": 123,
"file_size_mb": 123,
"timestamp": "2023-11-07T05:31:56Z",
"tables_count": 123,
"total_records": 123,
"created_by": 123,
"database_type": "<string>",
"version": "<string>",
"error": "<string>"
}
],
"total": 123,
"limit": 123,
"offset": 123
}