List project issues
List a project’s tracked issues: bugs and warnings surfaced by QA runs, deduplicated across runs with occurrence counts and triage status. Open issues sort first, then by most recently seen.
Authentication
AuthorizationBearer
API key authentication using Bearer token format
Path parameters
projectId
Project ID or shortId
Query parameters
status
Filter to one triage status.
Allowed values:
environment
Filter to issues seen on one deployment environment.
Allowed values:
limit
Maximum issues to return (1-100, default 50).
Response
List of project issues
issues
count
openCount
Total open issues in the project.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error
