cURL
curl --request POST \ --url https://api.keywordsai.co/api/datasets/{dataset_id}/logs/bulk/ \ --header 'Authorization: Bearer <token>'
POST /evaluations/datasets/{dataset_id}/logs/
Authorization: Bearer <API key>
filters
{ "start_time": "2025-07-01T00:00:00Z", "end_time": "2025-07-31T23:59:59Z", "filters": { "status_code": { "operator": "eq", "value": 200 } }, "sampling_percentage": 40 }
{ "message": "Logs are being added to dataset in the background" }
start_time
end_time
Was this page helpful?