Skip to main content
GET
List project issues

Authorizations

Authorization
string
header
required

API key authentication using Bearer token format

Path Parameters

projectId
string
required

Project ID or shortId

Query Parameters

status
enum<string>

Filter to one triage status.

Available options:
open,
resolved,
false_positive
environment
enum<string>

Filter to issues seen on one deployment environment.

Available options:
production,
staging,
preview,
custom
limit
string

Maximum issues to return (1-100, default 50).

Pattern: ^(?:[1-9]|[1-9][0-9]|100)$

Response

List of project issues

issues
object[]
required
count
integer
required
openCount
integer
required

Total open issues in the project.