---
title: "GET /team/{team_id}/wiki"
method: GET
path: "/team/{team_id}/wiki"
tags: ["wiki"]
---

# GET /team/{team_id}/wiki

`GET /team/{team_id}/wiki`

## Path parameters

- `team_id` string, uuid, required

## Response `200`

List of all wiki pages for the team

- WikiPage[]
  - `created_at` string, required
  - `id` string, required
  - `markdown` string, required
  - `slug` string, required
  - `team_id` string, required
  - `title` string, required
  - `updated_at` string, required
  - `version` integer, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - user does not have access to team

## Changes

- **2026-01-28** `f6ab78c8ccdc` — 6 breaking, 1 warning, 2 info
  - the `items/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - the `items/id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - the `items/team_id` response's property type/format changed from `string`/`uuid` to `string`/`` for status `200`
  - the `items/updated_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - …5 more

[Change history](https://skmtc.dev/structifyai/apis/structify/changes/team/:team_id/wiki/get.md)

---

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