---
title: "Get available logs"
method: GET
path: "/v1/logs"
tags: ["Logs"]
---

# Get available logs

`GET /v1/logs`

Retrieve the list of logs that can be queried through the API. Only logs the
calling user has access to are returned. Logs contributed by server modules are
included.

## Response `200`

Log list retrieved successfully

- LogSummary[]
  - `name` string — Log name to be used in log API requests
  - `description` string, nullable — Human readable description of log content
  - `recordIdColumn` string, nullable — Name of the column holding the record ID used by the single record endpoint
  - `objectIdColumn` string, nullable — Name of the column referencing the related NetXMS object, if any

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
