---
title: "List matter log entries"
method: GET
path: "/matters/v1/{id}/log"
tags: ["Matters"]
---

# List matter log entries

`GET /matters/v1/{id}/log`

List the operational history for a matter.

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `scope` union
  - string
  - string[]
- `event_type` string
- `work_item_id` string
- `actor_type` string
- `actor_id` string
- `start_time` string, date-time
- `end_time` string, date-time

## Response `200`

Matter log entries

## Other responses

- `401` — Invalid API key
- `403` — Insufficient permissions
- `404` — Matter not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
