---
title: "List Confluence Spaces"
method: GET
path: "/repos/{repo_id}/integrations/confluence/spaces"
tags: ["integrations"]
---

# List Confluence Spaces

`GET /repos/{repo_id}/integrations/confluence/spaces`

## Path parameters

- `repo_id` string, required

## Response `200`

Successful Response

- ConfluenceSpacesResponse
  - `spaces` ConfluenceSpace[]
    - `id` string, required
    - `key` string
    - `name` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/98c833b3480d?raw)
