# List domain history

Retrieves a domain's history records

Endpoint: GET /v1/dynamic_pools/domains/{name}/history
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `name` (string, required)
    The domain name

## Response 200 fields (application/json):

  - `id` (string, required)

  - `owning_account_id` (string, required)

  - `account_id` (string, required)

  - `account_name` (string, required)

  - `domain_id` (string, required)

  - `domain_name` (string, required)

  - `new_band` (string, required)

  - `prev_band` (string, required)

  - `reason` (string, required)

  - `bounce_rate` (number | null, required)

  - `complaint_rate` (number | null)

  - `processed_count` (integer | null)

  - `initiated_by` (string)

  - `timestamp` (string, required)

