# `LogpointApi.Core.LogpointRepo`
[🔗](https://github.com/MikaelFangel/logpoint_api/blob/v2.2.0/lib/logpoint_api/core/logpoint_repo.ex#L1)

List searchable logpoints and their repos.

Wraps the [Repos API](https://docs.logpoint.com/siem/product-docs/readme/siem_api_reference/repos_api).

# `list`

```elixir
@spec list(LogpointApi.Data.Client.t()) :: {:ok, map()} | {:error, term()}
```

List all searchable logpoints with repos.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
