Skip to main content
GET
List issues

Authorizations

Authorization
string
header
required

Generate an API token at https://qlty.sh/user/settings/tokens

Path Parameters

ownerKeyOrId
string
required

Repository owner name (login) or workspace ID

Minimum string length: 3
Example:

"acme-corp"

projectKeyOrId
string
required

Repository name or project ID

Minimum string length: 3
Example:

"my-repo"

Query Parameters

page[limit]
integer

Maximum number of items to return (1-100)

Required range: 1 <= x <= 100
Example:

20

page[offset]
integer | null

Number of items to skip

Required range: x >= 0
Example:

0

category

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
level

Filter by issue level

Available options:
high,
medium,
low,
note,
fmt
status

Filter by issue status (defaults to open)

Available options:
open,
ignored
tool

Filter by tool name

Response

List issues for the project

data
object[]
required
meta
object
required