Skip to main content

Find a Log by ID

GET 

/logs/:id

Find a log by ID.

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    id uuidrequired

    Unique ID of the log. This is the segment_id you can find in Relay call details in your Dashboard UI or in return objects when using the SDK.

Responses

OK

Schema

    iduuid

    A unique identifier for the log.

    fromstring

    The origin phone number.

    Example: +12065551212
    tostring

    The destination phone number.

    Example: +12065553434
    directionstring

    The direction of the voice activity.

    Example: inbound
    statusstring

    The status of the voice activity.

    Example: initiated
    durationinteger

    The duration of the voice activity in seconds.

    duration_msinteger

    The duration of the voice activity in milliseconds.

    billing_msinteger

    The billable duration of the voice activity in seconds.

    sourcestring

    Source of this log entry.

    Example: laml
    typestring

    Type of this log entry.

    Example: laml_call
    urlstring

    URL for the resource associated with this log entry (if available)

    chargenumber

    The charge in dollars.

    Example: 0.01

    charge_details

    object[]

    Details on charges associated with this log.

  • Array [

  • descriptionstring

    Description for this charge.

    chargenumber

    Charged amount.

  • ]

  • created_atdate-time