---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.issues.v1.GetIssueGroupResponse"></a>GetIssueGroupResponse

| Field | Type | Description |
|---|---|---|
| issue_group | <span class="proto-type proto-type-message">[<i class="proto-type-part">bitdrift</i><i class="proto-type-dot">.</i><i class="proto-type-part">public</i><i class="proto-type-dot">.</i><i class="proto-type-part">unary</i><i class="proto-type-dot">.</i><i class="proto-type-part">issues</i><i class="proto-type-dot">.</i><i class="proto-type-part">v1</i><i class="proto-type-dot">.</i><i class="proto-type-part">IssueGroup</i>](bitdrift_public_unary_issues_v1_IssueGroup.md#bitdrift.public.unary.issues.v1.IssueGroup){ title="bitdrift.public.unary.issues.v1.IssueGroup"}</span> | The issue group. |

#### Example
```json
{
  "issue_group": {
    "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": "12710232306638153143",
    "metadata": {
      "context": "[anon:dalvik-free list large object space]+0x48768cb",
      "details": "Bus error (bad memory access)",
      "platform": {
        "apple": {
          "apps": [
            {
              "app_id": "com.example.app"
            }
          ]
        }
      },
      "reason": "SIGBUS",
      "type": "Crash"
    },
    "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"
  }
}
```

