GET
/
api
/
v1
/
admin
/
simulation
/
replay
/
{organization_id}
/
user
/
{user_id}
/
transcript
Get User Transcript
curl --request GET \
  --url https://api.jobsim.work/api/v1/admin/simulation/replay/{organization_id}/user/{user_id}/transcript \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required
user_id
string
required

Response

Successful Response