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

# GET /api/comm_logs

`GET /api/comm_logs`

Retrieve or search communicatioin (phone call) logs

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `since` string
- `patient` integer
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` PhoneCallLog[] — result data
    - `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
  - `next` string — Next Paginated page

## 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)
