---
title: "List Calls"
method: GET
path: "/practicepanther/calls"
tags: ["PracticePanther"]
---

# List Calls

`GET /practicepanther/calls`

List call records from PracticePanther. Developer access required.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- PracticePantherListCallsResponse — Response from listing call records
  - `success` boolean, required
  - `calls` PracticePantherCallItem[]
    - `guid` string, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `status` string, nullable
    - `priority` string, nullable
    - `date` string, nullable
    - `account_guid` string, nullable
    - `account_name` string, nullable
    - `project_guid` string, nullable
    - `project_name` string, nullable
    - `assigned_to_users` PracticePantherUser[], nullable
      - `guid` string, nullable
      - `display_name` string, nullable
    - `is_private` boolean, nullable
    - `created_date` string, nullable
  - `total` integer

## Other responses

- `422` — Validation Error

---

[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/4a81645b59f6/schema)
