---
title: "List event logs"
method: GET
path: "/event_logs"
tags: ["Troubleshooting"]
---

# List event logs

`GET /event_logs`

Retrieve a collection of event logs.

## Response `200`

OK

- object
  - `count` integer — Total number of resource.
  - `items` object[]
    - `id` string — The unique ID of the resource.
    - `created_at` string, date_time — The RFC 3339 format is defined by The date_time notation as defined by [RFC 3339, section 5.6](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), for example, 2017-07-21T17:32:28Z
    - `level` 'DEBUG' | 'INFO' | 'WARN' | 'ERROR' — The level of event log: Can be either: - `DEBUG`: - `INFO`: - `WARN`: - `ERROR`:
    - `source` string — The source of event log
    - `message` string — The content of event log

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
