v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
DigitalOcean-public.v2-new_Databases

List all Events Logs

To list all of the cluster events, send a GET request to /v2/databases/$DATABASE_ID/events.

The result will be a JSON object with a events key.

get/v2/databases/{database_cluster_uuid}/events

Path parameters

database_cluster_uuidstring uuid required

A unique identifier for a database cluster.

Response

A JSON object with a key of events.

Example response

{
  "events": [
    {
      "id": "pe8u2huh",
      "cluster_name": "sample_cluster",
      "event_type": "cluster_create",
      "create_time": "2020-10-29T15:57:38Z"
    }
  ]
}