Skip to main content

Find a Log by ID

Permissions

The API token must include the following scopes: Voice.

Path Parameters
id uuid REQUIRED

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
200

OK

Schema OPTIONAL
id uuid OPTIONAL

A unique identifier for the log.

from string OPTIONAL

The origin phone number.

to string OPTIONAL

The destination phone number.

direction string OPTIONAL

The direction of the voice activity.

status string OPTIONAL

The status of the voice activity.

duration integer OPTIONAL

The duration of the voice activity in seconds.

duration_ms integer OPTIONAL

The duration of the voice activity in milliseconds.

billing_ms integer OPTIONAL

The billable duration of the voice activity in seconds.

source string OPTIONAL

Source of this log entry.

type string OPTIONAL

Type of this log entry.

url string OPTIONAL

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

charge number OPTIONAL

The charge in dollars.

charge_details object[] OPTIONAL

Details on charges associated with this log.

description string OPTIONAL

Description for this charge.

charge number OPTIONAL

Charged amount.

created_at date-time OPTIONAL