---
title: "Ringcentral Call Logs"
method: GET
path: "/oauth/ringcentral/call-logs"
tags: ["OAuth"]
---

# Ringcentral Call Logs

`GET /oauth/ringcentral/call-logs`

Get all call logs from RingCentral (with and without recordings).
This is a debug endpoint to help diagnose issues with call log fetching.

## Response `200`

Successful Response

- RingCentralCallLogsResponse — Response containing list of RingCentral call logs
  - `call_logs` RingCentralCallLogEntry[], required
    - `id` string, nullable
    - `session_id` string, nullable
    - `start_time` string, nullable
    - `duration` integer, nullable
    - `direction` string, nullable
    - `result` string, nullable
    - `from_number` string, nullable
    - `to_number` string, nullable
    - `has_recording` boolean
    - `recording_id` string, nullable
  - `total_count` integer, required

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
