cURL
curl --request GET \ --url https://api.mathfi.ai/api/v1/predictions/models/{modelKey} \ --header 'Authorization: Bearer <token>'
{ "predictions": [ { "predictionKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "modelKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "datasetKey": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "datasetName": "<string>", "status": "PENDING", "modelPerformance": 123, "predictionResultDownloadUrl": "<string>", "createdOn": "2023-11-07T05:31:56Z" } ], "offset": 123, "limit": 123, "total": 123, "nextOffset": 123 }
Returns all predictions run using a given model, paginated.
Obtain a token from POST /api/login. Valid for 1 hour.
POST /api/login
x >= 0
0
x >= 1
10
Predictions listed successfully
Show child attributes