Retrieve audit log for the project
Retrieves all events for the project, for all resources matching the filter criteria. The format to generate audit log is based on CloudEvents specification.
Query parameters
Filter by action type
Filter by object type
Return events created at or after this timestamp. Cannot be earlier than 90 days ago. Default is 90 days ago.
Return events created at or before this timestamp. Cannot be before the start date.
Number of items per page, default 20 maximum 100
Cursor to start from, as specified by the previous response
Response
Example response
{
"data": [
{
"specversion": "1.0",
"id": "log_033FNaNcc0AtphhH71DLBW",
"source": "https://api.verda.com/project/d6e7f8a9-b0c1-2345-defa-456789012345",
"type": "com.verda.api.cloud.compute.create.v1",
"subject": "7bdb4161-c7d2-478c-9850-05719adc8381",
"time": "2026-03-17T14:15:52.872Z",
"data": {
"location_code": "FIN-01",
"request_origin": "console-11.17.0",
"actor_id": "5bbb59cb-fced-44a4-85c6-5005e7480a8f",
"compute": {
"id": "7bdb4161-c7d2-478c-9850-05719adc8381",
"hostname": "tiny-tree-unfolds-fin-01",
"instance_type": "CPU.4V.16G",
"is_cluster": false,
"ip": "1.1.1.1",
"os_volume_id": "a6e77869-5012-42c0-b98e-792b4ba2cad9",
"location_code": "FIN-01"
}
}
}
],
"cursor": "log_033FNaNcc0AtphhH71DLBW"
}Changes
Changed in 2 of the 10 revisions of this API.6
- ○
added the new enum value
approveto thequeryrequest parameteractionrequest-parameter-enum-value-added
- ○
added the new enum value
declineto thequeryrequest parameteractionrequest-parameter-enum-value-added
- ○
added the new enum value
quota_requestto thequeryrequest parameterobject_typerequest-parameter-enum-value-added
- ○
- ○
added the new enum value
object_storageto thequeryrequest parameterobject_typerequest-parameter-enum-value-added
- ○
added the new enum value
suspendto thequeryrequest parameteractionrequest-parameter-enum-value-added
- ○
added the new enum value
unsuspendto thequeryrequest parameteractionrequest-parameter-enum-value-added
- ○