List project issues

View as Markdown

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

projectIdstringRequired
Project ID or shortId

Query parameters

statusenumOptional
Filter to one triage status.
Allowed values:
environmentenumOptional
Filter to issues seen on one deployment environment.
Allowed values:
limitstringOptionalformat: "^(?:[1-9]|[1-9][0-9]|100)$"

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

Response

List of project issues
issueslist of objects
countinteger
openCountinteger
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