Journal
Get activity journal for a compute or volume
get/v1/journal
Query parameters
pagenumber
Page number, starting from 1
pageSizenumber
Number of items per page, default 10 maximum 100
compute_idstring
Specify either compute_id or volume_id
volume_idstring
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'
Filter by action code
object_type'compute' | 'volume'
Filter by object type
hydrateboolean
Hydrate every event with user, instance and volume objects
Response
Example response
[
{
"id": "instance-log-123",
"object_id": "c246fc7a-e81f-4b3d-88ec-c09574386626",
"object_type": "compute",
"action_code": "start",
"actor_id": "363cc446-2404-4bf9-882a-b3da003c41ed",
"actor_email": "user@datacrunch.io",
"project_id": "c1709f6b-b76a-42cb-ac87-df7af5ee4868",
"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": "ef0e201f-849c-4a20-88a9-f0cce5b7a9bc",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"compute": {
"id": "011c70d0-2594-433d-808b-02ccd934638d",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "92013036-fcdf-42b8-8ed9-637e3d1d1652",
"location_code": "FIN-01"
},
"target_volume_id": "bcc1b4a2-fc39-4d97-927d-ab908bf0f3f4",
"target_volume": {
"id": "ef0e201f-849c-4a20-88a9-f0cce5b7a9bc",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"target_compute_id": "14c42a8a-ff22-45a5-8ef5-b5fffb718fb0",
"target_compute": {
"id": "011c70d0-2594-433d-808b-02ccd934638d",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "92013036-fcdf-42b8-8ed9-637e3d1d1652",
"location_code": "FIN-01"
},
"source_volume_id": "493438c6-0e0e-4d95-afec-d6e3ab464580",
"source_volume": {
"id": "ef0e201f-849c-4a20-88a9-f0cce5b7a9bc",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"source_compute_id": "541cce12-9dcf-4a13-a07d-e699f36dc3ce",
"source_compute": {
"id": "011c70d0-2594-433d-808b-02ccd934638d",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "92013036-fcdf-42b8-8ed9-637e3d1d1652",
"location_code": "FIN-01"
},
"properties": {
"delete_reason": "evicted_by_on_demand"
}
}
]