---
title: "Get Hub Information"
method: GET
path: "/v1/hub/{hub_id}"
tags: ["Hub"]
---

# Get Hub Information

`GET /v1/hub/{hub_id}`

Retrieve detailed information about a specific hub identified by its UUID

## Path parameters

- `hub_id` string, uuid, required

## Response `200`

Successfully retrieved hub information

- object
  - `metadata` object
  - `data` object
    - `projectDetails` SimpleHub
      - `logo` string
      - `projectList` ProjectList[]
        - `createdAt` string, date-time
        - `updatedAt` string, date-time
        - `favourite` boolean
        - `projectRole` string
        - `user` User6
          - `publicId` string, uuid
          - `name` string
          - `firebaseUserId` string
          - `email` string
          - `kind` string
      - `publicId` string
      - `image` string
      - `name` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `isDeleted` boolean
      - `mfaRequired` boolean
      - `hideProcessCreated` boolean
      - `aiSearchEnabled` boolean
      - `deletedAt` string, date-time
      - `primaryColour` string
      - `fontColour` string
      - `defaultProcessId` string
      - `defaultHeaderBackgroundColor` string
      - `defaultHeaderTextColor` string
      - `defaultDateFormat` string
      - `defaultDatetimeFormat` string
      - `allowTableExport` boolean
      - `allowDocumentExport` boolean
      - `wordTemplate` string
      - `public` boolean
      - `domainsAccess` string[]
      - `processTitleFontSize` number
      - `processTitleBold` boolean
      - `processTitleItalic` boolean
      - `processTitleUnderline` boolean
      - `processTitleColour` string
      - `processTitleAlignment` string
      - `headingStyles` HeadingStyle[]
        - `publicId` string, uuid
        - `level` integer
        - `bold` boolean
        - `italic` boolean
        - `underline` boolean
        - `colour` string
        - `numberingStyle` integer
        - `startAt0` boolean
        - `fontSize` number
      - `defaultBanner` string
    - `role` string — User's role in the hub
    - `folders` object[]
      - `name` string
      - `childFolders` object[]
        - `name` string

## Other responses

- `403` — You do not have the appropriate permissions
- `404` — hub not found

---

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