curl --location --request GET '/ai/learningPaths/generate/'{
"sessionId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"userId": "string",
"status": "started",
"steps": {
"total": 0,
"completed": 0,
"current": 0,
"items": [
{
"type": "string",
"name": "string",
"status": "pending",
"description": "string",
"agentName": "string",
"createdAt": "string",
"updatedAt": "string",
"data": null
}
]
},
"error": "string",
"results": {
"learningPathId": "string",
"status": "string"
},
"createdAt": "string",
"updatedAt": "string"
}