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

# Retrieves a Blog resource.

`GET /blogs/{id}`

Retrieves a Blog resource.

## Path parameters

- `id` string, required

## Response `200`

Blog resource

- Blog — A 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

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