---
title: "Get Confluence Config"
method: GET
path: "/repos/{repo_id}/integrations/confluence"
tags: ["integrations"]
---

# Get Confluence Config

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

## Path parameters

- `repo_id` string, required

## Response `200`

Successful Response

- ConfluencePublicationResponse — Per-repo publication config + last-run record. ``configured`` is false (and the rest defaulted) when no publication exists yet.
  - `connected` boolean, required
  - `configured` boolean, required
  - `space_id` string, nullable
  - `space_key` string, nullable
  - `space_name` string, nullable
  - `parent_page_id` string, nullable
  - `enabled` boolean
  - `cadence` string
  - `last_published_at` string, nullable
  - `last_status` string, nullable
  - `last_error` string, nullable
  - `last_summary` object, nullable

## 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/d1694e41a8a1?raw)
