Skip to main content
GET
/
v1
/
console
/
dropoff
/
students
/
{student_id}
/
history
Get Prediction History
curl --request GET \
  --url http://localhost:8000/v1/console/dropoff/students/{student_id}/history \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "student_id": "<string>",
    "fullname": "<string>",
    "runs": [],
    "score_trend_slope": 123
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

student_id
string
required

Response

Successful Response

data
PredictionHistory · object
message
string | null
success
boolean
default:true