List issues
Issues
List issues
Retrieves a list of Issues associated with a Project. Supports JSON, newline-delimited JSON (application/x-ndjson), and CSV (text/csv) response formats via the Accept header.
GET
List issues
Authorizations
Generate an API token at https://qlty.sh/user/settings/tokens
Path Parameters
Repository owner name (login) or workspace ID
Minimum string length:
3Example:
"acme-corp"
Repository name or project ID
Minimum string length:
3Example:
"my-repo"
Query Parameters
Maximum number of items to return (1-100)
Required range:
1 <= x <= 100Example:
20
Number of items to skip
Required range:
x >= 0Example:
0
Filter by issue category
Available options:
bug, vulnerability, structure, duplication, security_hotspot, performance, documentation, type_check, style, anti_pattern, accessibility, dead_code, lint, secret, dependency_alert Filter by issue level
Available options:
high, medium, low, note, fmt Filter by issue status (defaults to open)
Available options:
open, ignored Filter by tool name