Get Insights conversation history
GET/v2/:media_type/:media_id/insights
Retrieve the conversation history for a specific media item's Insights session.
Response
Returns all messages (user questions and AI responses) in chronological order.
Empty History: If no conversation exists yet, returns an empty messages array with a conversation_id. The conversation will be created automatically when you send your first message via POST.
Supported Media Types
video, audio, image, text
Request
Responses
- 200
- 401
- 404
- 422
Conversation history retrieved successfully
Unauthorized - Authentication failed
Not Found - Media not found
Validation Error - Invalid input parameters