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

# List linting profiles

`GET /profiles`

Retrieves the profiles available for linting

## Response `200`

A list of profiles available for linting

- LintProfile[]
  - `Name` string, required — The name of the profile
  - `Description` string, required — A textual description of the profile
  - `Source` string — The document in which the profile is defined
  - `Linters` string[] — The linters that handle this profile

## Other responses

- `404` — Not found

## Changes

- **2026-07-17** `78f44e0bcd55` — 1 info
  - added the non-success response with the status `404`
- **2024-10-30** `66594ce313df` — 2 info
  - added the optional property `items/Linters` to the response with the `200` status
  - added the optional property `items/Source` to the response with the `200` status
- **2024-10-17** `447623a32013` — 1 info
  - api tag `meta` added
- **2024-10-16** `fb38ac83403f` — 1 info
  - api operation id `profiles` was added
- **2024-08-22** `4626613d079c` — 2 warning, 3 info
  - removed the optional property `items/Linters` from the response with the `200` status
  - removed the optional property `items/Source` from the response with the `200` status
  - api operation id `profiles` removed and replaced with ``
  - api tag `meta` removed
  - …1 more

[Change history](https://skmtc.dev/pkimetal/apis/pkimetal-api/changes/profiles/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)
