Learning_spacesIdSessionsSession_id
Get session in space
Get a single learning session record by session ID within a learning space.
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Path Parameters
id*string
Learning space UUID
session_id*string
Session UUID
Response Body
application/json
application/json
application/json
curl -X GET "https://loading/api/v1/learning_spaces/string/sessions/string"{
"code": 0,
"error": "string",
"msg": "string",
"data": {
"created_at": "string",
"id": "string",
"learning_space_id": "string",
"session_id": "string",
"status": "string",
"updated_at": "string"
}
}{
"code": 0,
"error": "string",
"msg": "string"
}{
"code": 0,
"error": "string",
"msg": "string"
}