---
title: "List log forwarders."
method: GET
path: "/groups/{groupId}/apps/{appId}/log_forwarders"
tags: ["log_forwarders"]
---

# List log forwarders.

`GET /groups/{groupId}/apps/{appId}/log_forwarders`

## Response `200`

OK

- LogForwarder[]
  - `_id` string
  - `name` string, required
  - `disabled` boolean, required
  - `log_types` LogType[], required
  - `log_statuses` LogStatus[], required
  - `policy` LogForwardingPolicy, required
    - `type` 'single' | 'batch'
  - `action` LogForwardingAction, required
    - `type` 'collection' | 'function'
    - `name` string
    - `data_source` string
    - `database` string
    - `collection` string

## Changes

- **2024-02-22** (v3) `2ac2149ab3ee` — 2 warning
  - added the new `endpoint` enum value to the `items/allOf[#/components/schemas/LogForwarderConstructor]/log_types/items/` response property for the response status `200`
  - added the new `trigger_error_handler` enum value to the `items/allOf[#/components/schemas/LogForwarderConstructor]/log_types/items/` response property for the response status `200`
- **2024-02-20** (v3) `e2240dd053bd` — 1 breaking, 7 warning, 1 info
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `items/_id` from the response with the `200` status
  - removed the optional property `items/action` from the response with the `200` status
  - removed the optional property `items/disabled` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/changes/groups/:groupId/apps/:appId/log_forwarders/get.md)

---

[API](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.dev/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
