---
title: "List linters"
method: GET
path: "/linters"
tags: ["meta"]
---

# List linters

`GET /linters`

Retrieves the linters available for linting

## Response `200`

A list of linters available for linting

- Linter[]
  - `Name` string, required — The name of the linter
  - `Instances` integer, required — The number of instances of the linter that are currently running
  - `Version` string, required — The version number of the linter
  - `Url` string, uri, required — The home page for the linter project

## Other responses

- `404` — Not found

## Changes

- **2026-07-17** `78f44e0bcd55` — 1 info
  - added the non-success response with the status `404`
- **2024-10-17** `447623a32013` — 1 info
  - api tag `meta` added
- **2024-10-16** `fb38ac83403f` — 1 info
  - api operation id `linters` was added
- **2024-08-22** `4626613d079c` — 3 info
  - api operation id `linters` removed and replaced with ``
  - api tag `meta` removed
  - removed the non-success response with the status `404`

[Change history](https://skmtc.dev/pkimetal/apis/pkimetal-api/changes/linters/get.md)

---

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