---
title: "List backup history grid"
method: GET
path: "/backup/history/grid"
tags: ["Account"]
---

# List backup history grid

`GET /backup/history/grid`

List backup history grid

## Query parameters

- `page` integer
- `limit` integer
- `keyword` string
- `order` 'ASC' | 'DESC' — Sort Order

## Response `200`

OK

- PagedXiqBackupHistory
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqBackupHistory[] — The data in the current page
    - `backup_date` integer — The backup date.
    - `backup_units` string — The units of the backup.
    - `owner_id` integer — The owner ID.
    - `backup_file_name` string — The filename of the backup entry.
    - `backup_version` string — The version of the backup.
    - `backup_file_suffix` string — The suffix of the backup file.
    - `version_matched` boolean — If this flag is true, it indicates that backup can be restored.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
