Get a chat by ID
The unique identifier of the chat
The managed chat object
401 - Not authenticated
404 - Chat not found
import { getChat } from "@cpod/sdk";const chat = await getChat("chat-123");console.log(`Chat: ${chat.title}`); Copy
import { getChat } from "@cpod/sdk";const chat = await getChat("chat-123");console.log(`Chat: ${chat.title}`);
Get a chat by ID