# Calls Object

> Source: https://truto.one/docs/api-reference/unified-voice-api/calls/

Schema for the `Calls` resource in **Unified Voice API**.

## Properties

- **`id`** _(string, required)_
  The unique identifier of the call.
- **`from`** _(string)_
  The phone number or name of the caller.
- **`to`** _(string)_
  The phone number or name of the callee.
- **`status`** _(string)_
  The status of the call.
- **`direction`** _(string)_
  The direction of the call.
- **`created_at`** _(string)_
  The date and time the call was created.
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/voice/calls](/docs/api-reference/unified-voice-api/calls/list) — List Calls
