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