---
title: "es_muted_paths_events(_:_:)"
framework: endpointsecurity
role: symbol
role_heading: Function
path: "endpointsecurity/es_muted_paths_events(_:_:)"
---

# es_muted_paths_events(_:_:)

Retrieve a list of all muted paths.

## Declaration

```swift
func es_muted_paths_events(_ client: OpaquePointer, _ muted_paths: UnsafeMutablePointer<UnsafeMutablePointer<es_muted_paths_t>>?) -> es_return_t
```

## Parameters

- `client`: A previously-created client. If the call succeeds, the muted_paths structure contains paths muted for this client.
- `muted_paths`: On output, a structure that contains the muted paths. You must dispose of this memory by calling doc://com.apple.endpointsecurity/documentation/EndpointSecurity/es_release_muted_paths(_:).

## Return Value

Return Value A value that indicates whether the request for muted paths succeeded or failed with an error.

## See Also

### Muting Events

- [es_mute_process(_:_:)](endpointsecurity/es_mute_process(_:_:).md)
- [es_mute_process_events(_:_:_:_:)](endpointsecurity/es_mute_process_events(_:_:_:_:).md)
- [es_muted_processes_t](endpointsecurity/es_muted_processes_t.md)
- [es_release_muted_processes(_:)](endpointsecurity/es_release_muted_processes(_:).md)
- [es_muted_processes_events(_:_:)](endpointsecurity/es_muted_processes_events(_:_:).md)
- [es_mute_path(_:_:_:)](endpointsecurity/es_mute_path(_:_:_:).md)
- [es_mute_path_events(_:_:_:_:_:)](endpointsecurity/es_mute_path_events(_:_:_:_:_:).md)
- [es_mute_path_type_t](endpointsecurity/es_mute_path_type_t.md)
- [es_muted_paths_t](endpointsecurity/es_muted_paths_t.md)
- [es_release_muted_paths(_:)](endpointsecurity/es_release_muted_paths(_:).md)
