---
title: "List reports"
method: GET
path: "/analytics/v1/reports"
tags: ["Reports"]
---

# List reports

`GET /analytics/v1/reports`

Returns a list of all Cloud Analytics reports that your account has access to.
Reports are returned in reverse chronological order by default.

## Query parameters

- `maxResults` string
- `pageToken` string
- `filter` string
- `minCreationTime` string
- `maxCreationTime` string

## Response `200`

OK - The request succeeded.

- ReportList — List of reports.
  - `pageToken` string — Page token. It is used to request a specific page of the list results.
  - `rowCount` integer — The number of returned records.
  - `reports` Report[]
    - `id` string — Report ID.
    - `reportName` string — The name of the report.
    - `owner` string — Email address of the report owner.
    - `type` 'custom' | 'preset'
    - `createTime` integer — The creation time of the report, in milliseconds since the epoch.
    - `updateTime` integer — The time when this report was last updated, in milliseconds since the epoch.
    - `urlUI` string — The URL of the report in DoiT console.
    - `labels` LabelInfo[] — List of labels associated with the report.
      - `id` string, required — The unique identifier of the label.
      - `name` string, required — The name of the label.

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
