---
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

## Changes

- **2026-08-04** `d92822087da7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/netxms/apis/netxms-api/changes/v1/logs/get.md)

---

[API](https://skmtc.dev/netxms/apis/netxms-api.md) · [All operations](https://skmtc.dev/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netxms/netxms-api/revisions/b04ea2fbcedb/schema)
