---
title: "GET /api/comm_logs/{id}"
method: GET
path: "/api/comm_logs/{id}"
tags: ["Billing"]
---

# GET /api/comm_logs/{id}

`GET /api/comm_logs/{id}`

Retrieve an existing communication (phone call) logs

## Path parameters

- `id` string, required

## Query parameters

- `since` string
- `patient` integer
- `doctor` integer

## Response `200`

OK

- PhoneCallLog
  - `scheduled_time` string — Date of phone call, if `appointment` is set, this field will be set as the `scheduled_time` of that appointment
  - `archived` boolean — If this phone call log is archived or not
  - `appointment` integer — Appointment related with the phone call log
  - `doctor` integer, required
  - `title` string — Title of this log
  - `created_at` string
  - `author` string — Author of post.
  - `updated_at` string
  - `cash_charged` number — Amount of cash needs to be charged
  - `duration` integer — Duration of the phone call
  - `patient` integer, required
  - `message` string — Additional message for the phone call
  - `type` string — Type of phone call log
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
