---
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'

## 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.

## Changes

> 6 revisions in range; 1 not diffed.

- **2026-08-18** `242a0e1b1b40` — 1 breaking
  - for the `query` request parameter `order`, default value was changed from `ASC` to `DESC`

[Change history](https://skmtc.dev/extremecloudiq/apis/extremecloud-iq-api/changes/backup/history/grid/get.md)

---

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