cURL
curl --request GET \ --url https://api.mathfi.ai/api/v1/models/datasets/{datasetKey} \ --header 'Authorization: Bearer <token>'
{ "models": [ { "modelKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "version": 123, "achievedPerformance": 123, "trainingPerformance": 123, "testPerformance": 123, "createdOn": "2023-11-07T05:31:56Z" } ], "offset": 123, "limit": 123, "total": 123, "nextOffset": 123 }
Returns all models trained against a given dataset, paginated. Models are versioned — each successful training run that improves on the previous creates a new version.
Obtain a token from POST /api/login. Valid for 1 hour.
POST /api/login
x >= 0
0
x >= 1
10
Models listed successfully
Show child attributes