---
title: "List account events"
method: GET
path: "/account/{account_id}/events"
tags: ["Account"]
---

# List account events

`GET /account/{account_id}/events`

## Path parameters

- `account_id` string, required

## Response `200`

Response

- AccountEventListResponse — AccountEventListResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `events` object[], required — List of events
    - `account_id` string, required — Account ID
    - `action_description` string, required — Event description
    - `action_type` string, required — Event type
    - `actor` string, required — Actor details
    - `actor_user_id` string, required — User ID
    - `create_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `log_entry_id` integer, required — Entry ID
    - `team_id` string, required — Team ID
  - `message` string — Printable result of the request

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
