Fetch detailed metadata about a specific conversation. Supports both Auth0 JWT and device-based authentication.
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, or deleted)metadata: Additional metadata including tags, pinned state, and modelAuthorization: Bearer <token> (registered users)x-device-id, x-user-id, x-platform headers (guest users)Auth0 access token for registered users.
Conversation ID (MongoDB ObjectId).
24