curl --request GET \
--url https://api.rigbox.dev/api/snapshots \
--header 'Authorization: Bearer <token>'{
"snapshots": [
{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"size_mb": 123,
"workspace_id": "<string>"
}
]
}List all snapshots across all workspaces for the authenticated user.
curl --request GET \
--url https://api.rigbox.dev/api/snapshots \
--header 'Authorization: Bearer <token>'{
"snapshots": [
{
"created_at": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"size_mb": 123,
"workspace_id": "<string>"
}
]
}