Skip to main content
GET
/
active-issues
List active issues blocking the close
curl --request GET \
  --url https://api.breezing.io/v1/active-issues
{
  "success": true,
  "data": [
    {
      "title": "<string>",
      "count": 123,
      "data": [
        null
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://learn.breezing.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

org_id
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

company_id
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

wallet_id
string

Optional wallet ID. When provided, returns issues for that wallet (not grouped). Omit for company-wide grouped totals.

Example:

"1"

Response

Active issues retrieved successfully

success
enum<boolean>
required
Available options:
true
data
object
required
Last modified on May 3, 2026