Skip to content
View as Markdown

ListIssueGroupsResponse

Field Type Description
issue_groups repeated bitdrift.public.unary.client_report.v1.IssueGroup The issue groups.
total_issue_groups uint32

Example

JSON
{
  "issue_groups": [
    {
      "assignees": [
        {
          "email": "user@example.com",
          "id": "usr_abc123",
          "name": "Jane Doe"
        }
      ],
      "filtered_stats": {
        "events": [
          {
            "count": 42,
            "period_start": "2024-01-15T09:30:00Z"
          }
        ],
        "first_report_seen": "2024-01-15T09:30:00Z",
        "first_seen": "2024-01-15T09:30:00Z",
        "last_seen": "2024-01-15T09:30:00Z",
        "session_count": 42,
        "user_count": 42
      },
      "id": "11937913729565882410",
      "metadata": {
        "context": "alloc::alloc::handle_alloc_error",
        "details": "Attempted to dereference a null pointer",
        "platform": {
          "apple": {
            "apps": [
              {
                "app_id": "com.example.app"
              }
            ]
          }
        },
        "reason": "KERN_INVALID_ADDRESS",
        "type": "EXC_BAD_ACCESS"
      },
      "platform": [
        {
          "apple": {
            "apps": [
              {
                "app_id": "com.example.app"
              }
            ]
          }
        }
      ],
      "stats": {
        "events": [
          {
            "count": 42,
            "period_start": "2024-01-15T09:30:00Z"
          }
        ],
        "first_report_seen": "2024-01-15T09:30:00Z",
        "first_seen": "2024-01-15T09:30:00Z",
        "last_seen": "2024-01-15T09:30:00Z",
        "session_count": 42,
        "user_count": 42
      },
      "status": "NEW",
      "version": "2.1.0"
    }
  ],
  "total_issue_groups": 42
}