---
title: "Get chat history"
method: GET
path: "/integrations/chat"
tags: ["External", "Chat"]
---

# Get chat history

`GET /integrations/chat`

## Response `200`

List of chat messages

- union[]
  - union
    - UserMessage
      - `timestamp` string
      - `type` string
      - `id` string
      - `user` User
        - `createdAt` string
        - `disabledAt` string
        - `nameChangedAt` string
        - `id` string
        - `displayName` string
        - `previousNames` string[]
        - `scopes` string[]
        - `authProviders` string[] — Friendly names of the external auth methods this user signed in with (e.g. IndieAuth, Fediverse, or a plugin slug). Absent for anonymous users.
        - `displayColor` integer
        - `isBot` boolean
        - `authenticated` boolean
      - `hiddenAt` string
      - `clientId` integer
      - `body` string
    - SystemMessage
      - `timestamp` string
      - `type` string
      - `id` string
      - `body` string
    - ActionMessage
      - `timestamp` string
      - `type` string
      - `id` string
      - `body` string
    - FederatedAction
      - `timestamp` string
      - `type` string
      - `id` string
      - `body` string
      - `image` string
      - `link` string
      - `title` string

## Other responses

- `401` — Unauthorized
- `501` — Not Implemented
- `default` — Unexpected error

## Changes

- **2026-06-23** `558a9fa7f4fb` — 1 info
  - added the optional property `items/anyOf[#/components/schemas/UserMessage]/allOf[#/components/schemas/UserEvent]/user/authProviders` to the response with the `200` status
- **2024-07-02** `618b7ae59cc5` — 1 info
  - endpoint added
- **2021-09-23** `02fef72d775b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/owncast/apis/owncast-apis/changes/integrations/chat/get.md)

---

[API](https://skmtc.dev/owncast/apis/owncast-apis.md) · [All operations](https://skmtc.dev/owncast/apis/owncast-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/owncast/owncast-apis/revisions/e2ce1f2fcdfa/schema)
