@dialstack/sdk / index / CallLog
Interface: CallLog
Defined in: sdk/src/types/components.ts:232
Properties
answered_at
answered_at: string | null;
Defined in: sdk/src/types/components.ts:250
did
did: string | CallLogDID | null;
Defined in: sdk/src/types/components.ts:243
The phone number (DID) associated with the call. The DID's id by default,
or a compact DID object (id + phone_number) when expand[]=did is
requested; null when none.
did_id
did_id: string | null;
Defined in: sdk/src/types/components.ts:237
Deprecated
Use did (its id form). Retained for backwards compatibility.
direction
direction: "inbound" | "outbound" | "internal";
Defined in: sdk/src/types/components.ts:244
duration_seconds
duration_seconds: number | null;
Defined in: sdk/src/types/components.ts:252
ended_at
ended_at: string | null;
Defined in: sdk/src/types/components.ts:251
endpoint_id
endpoint_id: string | null;
Defined in: sdk/src/types/components.ts:235
from_label
from_label: string | null;
Defined in: sdk/src/types/components.ts:246
from_number
from_number: string;
Defined in: sdk/src/types/components.ts:245
hangup_cause
hangup_cause: number | null;
Defined in: sdk/src/types/components.ts:257
id
id: string;
Defined in: sdk/src/types/components.ts:233
quality_metrics
quality_metrics: QualityMetricLeg[];
Defined in: sdk/src/types/components.ts:262
recording_url
recording_url: string | null;
Defined in: sdk/src/types/components.ts:259
started_at
started_at: string;
Defined in: sdk/src/types/components.ts:249
status
status: "voicemail" | "failed" | "completed" | "no-answer" | "busy";
Defined in: sdk/src/types/components.ts:253
summary
summary: string | null;
Defined in: sdk/src/types/components.ts:258
to_label
to_label: string | null;
Defined in: sdk/src/types/components.ts:248
to_number
to_number: string;
Defined in: sdk/src/types/components.ts:247
user_id
user_id: string | null;
Defined in: sdk/src/types/components.ts:234