Authorization: Bearer ********************curl --location --request GET 'https://api.msaaq.com/v1/tenant/mi-assistant/history?page&per_page' \
--header 'Accept: application/json' \
--header 'X-Tenant: academy.msaaq.com' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "string",
"status": "in_progress",
"started_at": "2019-08-24T14:15:22.123Z",
"completed_at": "2019-08-24T14:15:22.123Z",
"questions_answered": 0,
"total_questions": 0,
"top_skills": [
{
"name": "string",
"score": 0
}
]
}
],
"meta": {
"current_page": 0,
"from": 0,
"last_page": 0,
"per_page": 0,
"to": 0,
"total": 0
}
}