---
title: "List Records from Case Management Table"
method: GET
path: "/workspace/{ws_id}/case_management/table/{table}"
tags: ["Case Management"]
---

# List Records from Case Management Table

`GET /workspace/{ws_id}/case_management/table/{table}`

Retrieve a list of records from a given case management table. For the list of out-of-the-box tables, visit our [Case Management documentation](https://docs.blinkops.com/docs/case-management/managing-cases/managing-cases).

## Path parameters

- `ws_id` string, required
- `table` string, required

## Query parameters

- `q` string, required

## Response `200`

OK

## Other responses

- `400` — Failed to list records

---

[API](https://skmtc.dev/blinkops/apis/blink-rest-api.md) · [All operations](https://skmtc.dev/blinkops/apis/blink-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blinkops/blink-rest-api/revisions/f043409736b2/schema)
