Skip to main content
GET
/
v1
/
console
/
student-performance
/
attempts
/
{session_id}
/
transcript
Get Attempt Transcript
curl --request GET \
  --url http://localhost:8000/v1/console/student-performance/attempts/{session_id}/transcript \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "session_id": "<string>",
    "messages": [],
    "reason": "<string>"
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

session_id
string
required

Response

Successful Response

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