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

# Retrieves the collection of Blog resources.

`GET /blogs`

Retrieves the collection of Blog resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Blog collection

- Blog[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the blog
  - `url` string, nullable — The web address to the blog
  - `categoryId` string, nullable — The ID of the category the blog is under
  - `created` string — The date and time the blog was created
  - `description` string, nullable — A description of the blog
  - `name` string — The name of the blog
  - `updated` string, nullable — The date and time the blog was 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/revisions/d08a107895ad/schema)
