---
title: "List log-forwarding configurations"
method: GET
path: "/log/forwarding"
tags: ["Log Forwarding"]
---

# List log-forwarding configurations

`GET /log/forwarding`

Get a list of all log-forwarding configurations for the authenticated user.

## Response `200`

List of log-forwarding configurations retrieved successfully.

- ListLogForwardingResponse
  - `items` LogForwardingConfiguration[]
    - `id` string — Unique identifier
    - `app` string — App unique identifier
    - `productId` string — Product unique identifier
    - `type` 'SyslogUdp' | 'SyslogTcp' — Log endpoint type
    - `endpoint` string — Log destination endpoint
    - `port` integer — Log destination port
    - `createdAt` string, date-time — When the configuration was created
    - `token` string — Token passed as field of syslog
    - `format` 'SyslogRfc3164' | 'SyslogRfc5424' — Which Syslog RFC will be used
    - `enabled` boolean — Whether forwarding is enabled

## Other responses

- `401` — User is unauthorized.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
