---
title: "Get AI Answers within a Hub"
method: GET
path: "/v1/hub/{hub_id}/ai-answers"
tags: ["Hub"]
---

# Get AI Answers within a Hub

`GET /v1/hub/{hub_id}/ai-answers`

Retrieve AI answers within a specific hub, identified by its UUID

## Path parameters

- `hub_id` string, uuid, required

## Response `200`

Successfully retrieved AI answers within the hub

- object
  - `metadata` object
  - `data` AiAnswer[]
    - `question` string
    - `answer` string
    - `answerVote` boolean
    - `answerComment` string
    - `contextUrls` string[]
    - `user` User1
      - `email` string
      - `name` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## 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/revisions/9c58c1c1e7e8/schema)
