Get an ELP test

Get a specific ELP test by ID, including the associated call and transcript.

Authentication: Supports API key and bearer token authentication.

Authentication

AuthorizationBearer

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

Path parameters

test_idstringRequiredformat: "uuid"

Headers

X-Organization-IDstring or nullOptional

Response

Successful Response
idstringformat: "^elp_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
statusenum

Lifecycle state of an ELP test.

Tracks whether the test ran, not its outcome quality. Outcome quality lives in the per-competency scores and the question counters (questions_answered, valid_answers). The system never renders a pass/fail verdict.

created_atdatetime
call_idstringOptionalformat: "^call_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
carrier_idstringOptionalformat: "^car_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"
phone_numberstring or nullOptional
driver_namestring or nullOptional
carrier_namestring or nullOptional
mc_numberstring or nullOptional
scoring_statusenum or nullOptional

Status of the post-call scoring pipeline.

conversational_communicationinteger or nullOptional
instruction_comprehensioninteger or nullOptional
sign_recognitioninteger or nullOptional
verbal_reportinginteger or nullOptional
total_scoreinteger or nullOptional
total_questionsinteger or nullOptional
questions_answeredinteger or nullOptional
valid_answersinteger or nullOptional
notesstring or nullOptional
callobject or nullOptional
Associated phone call with transcript

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error