---
title: "List issue occurrences"
method: GET
path: "/issues/{issue_id}/occurrences"
tags: ["Issues"]
---

# List issue occurrences

`GET /issues/{issue_id}/occurrences`

List occurrences for an issue.

## Path parameters

- `issue_id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Issue occurrences

- object
  - `occurrences` object[], required
    - `id` string, required
    - `trace_id` string, required
    - `issue_id` string, nullable, required
    - `title` string, required
    - `rationale` string, required
    - `source_span_ids` string[], required
    - `evidence_span_ids` string[], required
    - `citations` unknown
    - `created_at` string, date-time, nullable, required
    - `trace` object, nullable, required
      - `id` string, required
      - `otel_trace_id` string, nullable, required
      - `project_id` string, required
      - `service_name` string, nullable, required
      - `timestamp` string, date-time, nullable, required
      - `thread_id` string, nullable, required
  - `total` number, required
  - `limit` number, required
  - `offset` number, required
  - `has_more` boolean, required

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.dev/uselemma/apis/lemma-platform-api.md) · [All operations](https://skmtc.dev/uselemma/apis/lemma-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uselemma/lemma-platform-api/revisions/5242165d7015/schema)
