---
title: "Get the team history."
method: GET
path: "/api/teams/{team}/history"
tags: ["History"]
---

# Get the team history.

`GET /api/teams/{team}/history`

## Path parameters

- `team` string, required

## Query parameters

- `channel` string

## Response `200`

Events returned.

- HistoryEventDto[]
  - `message` string, required — The message for the event.
  - `eventType` string, required — The type of the original event.
  - `actor` string, required — The user who called the action.
  - `eventId` string, required — Gets a unique id for the event.
  - `created` string, date-time, required — The time when the event happened.
  - `version` integer, required — The version identifier.

## Other responses

- `404` — Team not found.
- `500` — Operation failed.

---

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