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

# Retrieves a BudgetSummary resource.

`GET /budget_summaries/{id}`

Retrieves a BudgetSummary resource.

## Path parameters

- `id` string, required

## Response `200`

BudgetSummary resource

- BudgetSummary
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `report_id` string, nullable — Report ID e.g: BudgetSummary
  - `name` string, nullable — Report name e.g: Budget Summary
  - `columns` string[], nullable — column in budget summary statement
  - `rows` string[], nullable — rows in budget summary statement
  - `end` string, date-time, nullable — end datetime of the budget summary coverage
  - `reportId` string, nullable

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