---
title: "List Issue Event"
method: GET
path: "/api/0/issues/{issue_id}/events/"
tags: ["Issues"]
---

# List Issue Event

`GET /api/0/issues/{issue_id}/events/`

## Path parameters

- `issue_id` integer, required

## Query parameters

- `limit` integer, nullable — Number of results to return per page.
- `cursor` string, nullable — The pagination cursor value.

## Response `200`

OK

- IssueEventSchema[]
  - `platform` string, nullable
  - `errors` EventProcessingError[], nullable
    - `type` string, required
    - `name` string, nullable
    - `value` unknown
  - `id` string, required
  - `eventID` string, required
  - `projectID` integer, required
  - `groupID` string, required
  - `dateCreated` string, date-time, required
  - `dateReceived` string, date-time, required
  - `dist` string, nullable
  - `culprit` string, nullable
  - `packages` object, nullable
  - `type` string, required
  - `message` string, required
  - `metadata` object
  - `tags` object[]
  - `entries` union[]
    - union
      - BreadcrumbsEntry
        - `type` 'breadcrumbs', required
        - `data` object, required
      - CSPEntry
        - `type` 'csp', required
        - `data` object, required
      - ExceptionEntry
        - `type` 'exception', required
        - `data` object, required
      - MessageEntry
        - `type` 'message', required
        - `data` object, required
      - RequestEntry
        - `type` 'request', required
        - `data` Request, required
          - `apiTarget` string, nullable
          - `bodySize` integer, nullable
          - `cookies` union
            - string
            - array[]
              - …
            - object
          - `data` union
            - string
            - object
            - unknown[]
              - …
            - unknown
          - `env` object, nullable
          - `fragment` string, nullable
          - `method` string, nullable
          - `protocol` string, nullable
          - `url` string, nullable
          - `headers` array[], nullable
            - string[]
          - `query` array[], nullable
            - string[]
          - `inferredContentType` string, nullable, required
  - `contexts` object, nullable
  - `context` object, nullable
  - `user` unknown
  - `sdk` object, nullable
  - `title` string, required

---

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