---
title: "GET /api/streams/posts/{id}"
method: GET
path: "/api/streams/posts/{id}"
tags: ["api"]
---

# GET /api/streams/posts/{id}

`GET /api/streams/posts/{id}`

## Response `200`

OK

- StreamPost
  - `id` string, uuid
  - `category` StreamPostCategory
    - `id` string, uuid
    - `title` string, required
  - `editor_content` RichTextEditorState
    - `id` string, uuid
    - `editor_state` string, nullable
    - `content` ContentImage[]
      - `id` string, uuid
      - `company` string, uuid, nullable
      - `image_name` string, nullable
      - `image_url` string, uri, nullable
      - `image_url_public` string, uri, nullable
      - `editor_content` string, uuid, nullable
  - `created` string, date-time
  - `modified` string, date-time
  - `title` string, required
  - `video_url` string, nullable
  - `post_content` string, required
  - `send_to_admins_only` boolean
  - `send_time` string, date-time, nullable
  - `send_now` boolean
  - `is_sent` boolean
  - `acknowledge_button` boolean
  - `include_rating` boolean
  - `is_editable` boolean
  - `company` string, uuid, nullable
  - `stream` string, uuid, required
  - `stream_post_category` string, uuid, nullable

---

[API](https://skmtc.net/haekka/apis/snippets-api.md) · [All operations](https://skmtc.net/haekka/apis/snippets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/haekka/snippets-api/versions/2a72ba99e389/schema)
