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

---

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