Get conversation details
Conversations
Get Conversation Details
Fetch detailed metadata about a specific conversation. Supports both Auth0 JWT and device-based authentication.
GET
Get conversation details
Fetches a single conversation with metadata (status, counts, tags, pinned state, and timestamps). Useful when the UI opens a chat and needs to confirm ownership or show enriched metadata alongside message history.Documentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
Response Metadata
The response includes all conversation metadata:type:'chat'or'second_opinion'- Conversation typeinputType:'text','file', or'voice'- How the conversation was initiatedprepromptKey: The pre-prompt used when creating this conversation (if any)userId: The owner of the conversationcreatedAt: When the conversation was createdlastMessageAt: Timestamp of the last messagemessageCount: Total number of messagesstatus: Current status (active,archived, ordeleted)metadata: Additional metadata including tags, pinned state, and model
Authentication
Supports both authentication methods:- Auth0 JWT:
Authorization: Bearer <token>(registered users) - Device-based:
x-device-id,x-user-id,x-platformheaders (guest users)
Authorizations
Auth0 access token for registered users.
Path Parameters
Conversation ID (MongoDB ObjectId).
Required string length:
24