cURL
curl --request GET \ --url https://api.futureagi.com/model-hub/get-eval-logs-details \ --header 'X-Api-Key: <api-key>' \ --header 'X-Secret-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "log_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "template_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "source": "<string>", "required_keys": [ "<string>" ], "values": {}, "output": {}, "error_details": {}, "input_data_types": {}, "created_at": "2023-11-07T05:31:56Z" }
Retrieve detailed information about a specific evaluation log
API Key for authentication. Click here to access API Key
Secret Key for authentication. Click here to access Secret Key
ID of the evaluation log
Evaluation log details
Input mapping values
Evaluation output
Error localization details if available
Was this page helpful?