Get activity journal for a compute
Get all events for a compute (instance or cluster). Includes also associated volume or shared storage attach / detach events.
Path parameters
Query parameters
Page number, starting from 1
Number of items per page, default 10 maximum 100
Specify either compute_id or volume_id
Specify either volume_id or compute_id
Filter by action code
Filter by object type
Hydrate every event with user, instance and volume objects
Response
Example response
[
{
"id": "instance-log-123",
"object_id": "0fa7054c-f08c-4eb8-b1db-aff3d55b7dee",
"object_type": "compute",
"action_code": "start",
"actor_id": "d50f2c6d-4bc0-4988-9457-b009fb1c4ddc",
"actor_email": "user@datacrunch.io",
"project_id": "7ca0f6eb-cbc1-4360-a830-69930bf15b0d",
"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": "f44b0743-0b70-4cdd-94e4-061aaf374a1a",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"compute": {
"id": "a16be528-43f6-40e0-8e53-370f284d1ad1",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "214d45d1-bff3-4135-be7d-46b323f3f929",
"location_code": "FIN-01"
},
"target_volume_id": "243b6b0a-e2bd-4eb5-acf6-9f7bf7df9b34",
"target_volume": {
"id": "f44b0743-0b70-4cdd-94e4-061aaf374a1a",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"target_compute_id": "d2bd69db-8520-42f7-b72b-f8b5c231a623",
"target_compute": {
"id": "a16be528-43f6-40e0-8e53-370f284d1ad1",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "214d45d1-bff3-4135-be7d-46b323f3f929",
"location_code": "FIN-01"
},
"source_volume_id": "3ef69366-8ff2-4158-9d76-2acdac4eb7b4",
"source_volume": {
"id": "f44b0743-0b70-4cdd-94e4-061aaf374a1a",
"name": "volume-1",
"created_at": "2026-03-17T14:15:52.872Z",
"gb": 100,
"template_type": "NVMe",
"location_code": "FIN-01"
},
"source_compute_id": "8a5b91a6-fe09-4dd9-9b82-8c14e183ed59",
"source_compute": {
"id": "a16be528-43f6-40e0-8e53-370f284d1ad1",
"hostname": "example-fin-01",
"compute_type": "4A100.88V",
"ip": "1.2.3.4",
"os_volume_id": "214d45d1-bff3-4135-be7d-46b323f3f929",
"location_code": "FIN-01"
},
"properties": {
"delete_reason": "evicted_by_on_demand"
}
}
]Changes
Changed in 1 of the 11 revisions of this API.4
- ▲
the
items/source_computeresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
items/source_volumeresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
items/target_computeresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲
the
items/target_volumeresponse's property type/format changed from/toobject/for status200response-property-type-changed
- ▲