---
title: "List Matters"
method: GET
path: "/practicepanther/matters"
tags: ["PracticePanther"]
---

# List Matters

`GET /practicepanther/matters`

List matters/projects from PracticePanther. Developer access required.

## Query parameters

- `page` integer
- `page_size` integer
- `status_filter` string

## Response `200`

Successful Response

- PracticePantherListMattersResponse — Response from listing matters
  - `success` boolean, required
  - `matters` PracticePantherMatterItem[]
    - `guid` string, nullable
    - `name` string, nullable
    - `account_guid` string, nullable
    - `account_name` string, nullable
    - `status` string, nullable
    - `number` integer, 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/b642b91e0a5c/schema)
