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 Bearer Required

Include your API key in the Authorization header as Bearer <token>. Retrieve your API Key from the Dashboard.

Query parameters

eval_template_id string Required

The UUID of the evaluation template to retrieve logs for.

page_size integer Optional

The number of log entries to return per page.

current_page_index integer Optional

The index of the page to retrieve.

source string Optional

The source of the logs to filter by.

search string Optional

A search term to filter log data across all columns.

Request body

filters array of any Optional

A list of filters to apply to the log data.

sort array of any Optional

A list of sorting configurations to apply.

GET /
Authentication
REQUEST
 
RESPONSE