---
title: "Get log-forwarding configuration"
method: GET
path: "/log/forwarding/{appId}"
tags: ["Log Forwarding"]
---

# Get log-forwarding configuration

`GET /log/forwarding/{appId}`

Get a specific log-forwarding configuration by ID.

## Path parameters

- `appId` string, required

## Response `200`

Log-forwarding configuration retrieved successfully.

- 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.
- `404` — Log-forwarding configuration not found.
- `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)
