v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get issue counts

Returns the total number of open issues

get/issues/counts

Query parameters

filter_code_repo_idinteger

Unique ID of the code repository

Filter counts on code repository ID

filter_external_code_repo_idstring

Filter counts on code repository ID from the provider

filter_code_repo_namestring

Filter counts on code repository name

filter_container_repo_idinteger

Unique ID of the container repository

A filter to only count issues that belong to a given container repo

filter_team_idinteger

Filter counts for a specific team

since_timestampinteger

Unix timestamp in seconds

Filter counts for issues that were created after a given timestamp (in seconds)

Response

The issue counts

Example response

{
  "issue_groups": {
    "critical": 1,
    "high": 2,
    "medium": 3,
    "low": 4,
    "all": 10
  },
  "issues": {
    "critical": 2,
    "high": 3,
    "medium": 7,
    "low": 12,
    "all": 24
  }
}