List trained models for the tenant.
curl --request GET \
--url https://api.example.com/api/v1/models \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"training_job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"artifact_types": [
"<string>"
],
"s3_key": "<string>",
"model_size_bytes": 123,
"architecture": {},
"eval_metrics": {},
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}curl --request GET \
--url https://api.example.com/api/v1/models \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"training_job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"artifact_types": [
"<string>"
],
"s3_key": "<string>",
"model_size_bytes": 123,
"architecture": {},
"eval_metrics": {},
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"archived_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}