Issues

List issues

List issues in a project, optionally filtered by status and severity.

get/issues

Query parameters

projectIdstring uuid

Project to list issues for. Auto-filled from CLI and SDK context when omitted.

limitinteger

Maximum number of issues to return per page.

cursorstring uuid

Cursor from a previous response's nextCursor to fetch the next page.

status'open' | 'resolved' | 'ignored'

Filter by issue status.

severity'low' | 'medium' | 'high' | 'critical'

Filter by severity.

componentIdstring uuid

Filter by component ID.

Response

OK

nextCursorstring uuid nullable required

Pass as 'cursor' to fetch the next page. Null when there are no more results.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.