List ELP assessment tests

Retrieve ELP assessment tests for your organization. Each test spans the full lifecycle (REQUESTED → COMPLETED → SCORED) with the associated call and transcript when available.

Authentication: Supports API key and bearer token authentication.

Authentication

AuthorizationBearer

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

Headers

X-Organization-IDstring or nullOptional

Query parameters

phone_numberstring or nullOptional

Filter by driver phone number (E.164)

mc_numberstring or nullOptional
Filter by carrier MC number
call_idstring or nullOptionalformat: "uuid"
Filter by call ID
pageintegerOptional>=1Defaults to 1

Page number (1-indexed)

page_sizeintegerOptional1-100Defaults to 20
Items per page

Response

Successful Response
datalist of objects
List of items for the current page
paginationobject
Pagination metadata

Errors

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