Skip to main content

Get Call Log Entry by ID

GET 

/v1/users/{userId}/calls/{callId}

Retrieves a single call log entry by its unique identifier.

Response Data

The call log entry includes:

  • Call Metadata: Timestamp, direction (inbound/outbound), duration
  • Caller/Callee Information: Phone number and identified name (if available)
  • Screening Results: AI assistant conversation outcome and disposition
  • Analysis Data: Fraud/scam detection results (if applicable)

Path Parameters


    userId stringrequired

    UUID for the given user


    callId stringrequired

    UUID for the given call

Header Parameters


    x-hiya-product-version string

    Product version. The standard "major.minor.patch" format is highly encouraged without any leading characters; "2.1.3" or "3.0.0" for example.


    x-hiya-account-user-id stringrequired

    The identifier of a logged-in user. Same identifier that is used for /users/{user_id}

Responses

OK

Response Body

application/json