---
title: "List Mentionables"
method: GET
path: "/api/v1/chat-ai/conversations/{conversation_id}/mentionables"
tags: ["chat-ai", "conversations"]
---

# List Mentionables

`GET /api/v1/chat-ai/conversations/{conversation_id}/mentionables`

What the composer's @ menu can offer in this conversation.

Sources are listed only when this conversation's agent actually holds the
tool that reads them, after the role gates — offering one it cannot read
would teach the person to ask for an answer that never comes.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- MentionablesRead — What this conversation offers the composer's @ menu.
  - `sources` MentionableRead[]
    - `kind` 'integration' | 'source', required
    - `key` string, required
  - `integrations` MentionableRead[]
    - `kind` 'integration' | 'source', required
    - `key` string, required

## Other responses

- `404` — Conversation not found
- `422` — Validation Error

## Changes

> 18 revisions in range; 1 not diffed.

- **2026-09-16** `d782acd3a884` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/chat-ai/conversations/:conversation_id/mentionables/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/202b7d85683e?raw)
