{
"count": 250,
"next": "https://api.keywordsai.co/api/datasets/{dataset_id}/logs/list/?page=2&page_size=10",
"previous": null,
"results": [
{
"id": "abc123...",
"organization_id": "8264a3f4-40c7-476a-97d1-96908127ea21",
"environment": "prod",
"timestamp": "2025-10-06T02:40:29.250313Z",
"start_time": "2025-10-06T02:40:29.250313Z",
"prompt_tokens": 2020,
"completion_tokens": 25,
"total_request_tokens": 2045,
"cost": 0.0010475,
"model": "gpt-3.5-turbo",
"latency": 0.516,
"status_code": 200,
"status": "success",
"prompt": "Hi, this is Taylor calling from HONK...",
"completion": "Alright, so that's about 120 minutes...",
"dataset_id": "6dee217e-18c6-468e-ab6d-7b97e2115752",
"annotation_status": "completed",
"annotation_completed_by": {
"first_name": "",
"last_name": "",
"email": ""
},
"scores": [...]
}
],
"filter_options": {
"status_code": {...},
"model": {...},
...
}
}