Journal
Get activity journal for a compute or volume
get/v1/journal
Query parameters
pagenumber nullable
Page number, starting from 1
pageSizenumber nullable
Number of items per page, default 10 maximum 100
compute_idstring nullable
Specify either compute_id or volume_id
volume_idstring nullable
Specify either volume_id or compute_id
action_code'create' | 'start' | 'start:complete' | 'shutdown:complete' | 'shutdown' | 'delete' | 'delete:complete' | 'attach' | 'attach:complete' | 'detach' | 'detach:complete' | 'clone' | 'resize' | 'rename' | 'restore' | 'transfer' | 'trash' | 'trash:complete' | 'configure_spot' | 'cancel' | 'provisioning' | 'running' | 'installation:failed' | 'validating' | 'deleting' | 'error' nullable
Filter by action code
object_type'compute' | 'volume' nullable
Filter by object type
hydrateboolean nullable
Hydrate every event with user, instance and volume objects
Response
Example response
[
{
"id": "instance-log-123",
"object_id": "97787b6e-46a5-41e7-9523-703f7d2525eb",
"object_type": "compute",
"action_code": "start",
"actor_id": "c1faf6a1-c287-479e-a95c-058d88f93dc7",
"actor_email": "user@datacrunch.io",
"project_id": "5ce88341-ef2c-496e-a8a8-fc3bf0ef6b23",
"timestamp": "2026-03-17T14:15:52.872Z",
"location_code": "FIN-01",
"request_origin": "public-api-v1",
"request_ip": "127.0.0.1",
"error_message": "GPU_QUOTA_EXCEEDED",
"parent_id": "compute-log-123",
"service": "VolumeProvider",
"target_location_code": "ICE-01",
"volume": {
"id": "fb55c47a-e2a7-4931-88c0-1c6002fd4919",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"compute": {
"id": "704889f1-dabc-441b-883a-03426ccc27c9",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "51ab9f4a-1e26-4140-a630-1a96b9e1a041",
"location_code": "FIN-01"
},
"target_volume_id": "ccf8efd5-7595-4b96-9e52-64e89c099011",
"target_volume": {
"id": "fb55c47a-e2a7-4931-88c0-1c6002fd4919",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"target_compute_id": "d2927081-2d41-48d9-89c1-a4af00666cdd",
"target_compute": {
"id": "704889f1-dabc-441b-883a-03426ccc27c9",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "51ab9f4a-1e26-4140-a630-1a96b9e1a041",
"location_code": "FIN-01"
},
"source_volume_id": "5c957cfe-a8af-4590-8520-3ad324502374",
"source_volume": {
"id": "fb55c47a-e2a7-4931-88c0-1c6002fd4919",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"source_compute_id": "61f3a8e0-aa2f-4a34-924e-3503a36bc860",
"source_compute": {
"id": "704889f1-dabc-441b-883a-03426ccc27c9",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "51ab9f4a-1e26-4140-a630-1a96b9e1a041",
"location_code": "FIN-01"
},
"properties": {
"delete_reason": "evicted_by_on_demand"
}
}
]