Get Evaluation Log Details
Retrieves detailed logs for a specific evaluation template, with support for advanced filtering, sorting, and pagination. This endpoint uses a GET req...
GET
https://api.futureagi.com/model-hub/get-eval-logs-details/ Authentication
Authorization
Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.
Query parameters
eval_template_id
The UUID of the evaluation template to retrieve logs for.
page_size
The number of log entries to return per page.
current_page_index
The index of the page to retrieve.
source
The source of the logs to filter by.
search
A search term to filter log data across all columns.
Request body
filters
A list of filters to apply to the log data.
sort
A list of sorting configurations to apply.