---
title: "Retrieves a Report resource."
method: GET
path: "/reports/{id}"
tags: ["Report"]
---

# Retrieves a Report resource.

`GET /reports/{id}`

Retrieves a Report resource.

## Path parameters

- `id` string, required

## Response `200`

Report resource

- 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

## Other responses

- `404` — Resource not found

---

[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/revisions/d08a107895ad/schema)
