Skip to main content
GET
/
model-hub
/
get-eval-logs-details
Get evaluation log details
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"
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Query Parameters

log_id
string<uuid>
required

ID of the evaluation log

Response

Evaluation log details

id
string<uuid>
log_id
string<uuid>
template_id
string<uuid>
source
string
required_keys
string[]
values
object

Input mapping values

output
object

Evaluation output

error_details
object | null

Error localization details if available

input_data_types
object
created_at
string<date-time>