cURL
curl --request GET \ --url https://api.dualship.run/api/v1/ai/conversations/history \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "conversation_id": "conv_abc123", "messages": [ { "content": "Hello, how can you help me?", "role": "user", "timestamp": "2024-01-15T10:00:00Z" } ] }
Get the message history for a conversation
JWT Bearer token authentication
Workspace ID
Conversation ID
Conversation history
Conversation history response
"conv_abc123"
Show child attributes
Was this page helpful?