{
"success": true,
"data": {
"results": [
{
"id": "history_id_123",
"user": {
"fullname": "John Doe",
"avatar": "https://api.elevenlabs8.com/media/avatars/john.jpg"
},
"history_id": "unique_history_id",
"prompt": "Hello, this is a test message.",
"model": "eleven_v3",
"voice": "Rachel",
"config": {
"stability": 0.5,
"similarity_boost": 0.75,
"style": 0.0,
"use_speaker_boost": true
},
"credits_used": 1,
"status": "completed",
"shared_url": "https://ttslab.com/share/audio_id",
"created_at": "2024-01-01T12:00:00Z",
"audio_url": "https://api.elevenlabs8.com/media/audio/output.mp3"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 150,
"pages": 8
}
},
"message": "History retrieved successfully"
}