Skip to main content
GET
/
model-hub
/
get-eval-logs
Get evaluation execution logs
curl --request GET \
  --url https://api.futureagi.com/model-hub/get-eval-logs \
  --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",
    "dataset_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "source": "<string>",
    "status": "<string>",
    "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>

Specific log ID to retrieve

dataset_id
string<uuid>

Filter logs by dataset ID

template_id
string<uuid>

Filter logs by template ID

limit
integer
default:100

Maximum number of logs to return

Response

Evaluation logs

id
string<uuid>
log_id
string<uuid>
template_id
string<uuid>
dataset_id
string<uuid> | null
source
string
status
string
created_at
string<date-time>