---
title: "Retrieves the collection of Report resources."
method: GET
path: "/reports"
tags: ["Report"]
---

# Retrieves the collection of Report resources.

`GET /reports`

Retrieves the collection of Report resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Report collection

- Report[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each report
  - `category` string, nullable — Category for the report
  - `name` string — Name of the report
  - `query` string, nullable — Query that generates the report
  - `modified` string, nullable — Date and time last modified

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
