---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.debug_files.v1.ListDebugFilesResponse"></a>ListDebugFilesResponse

| Field | Type | Description |
|---|---|---|
| debug_files | <span class="proto-type proto-type-message">repeated [<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">debug_files</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">DebugFile</i>](bitdrift_public_unary_debug_files_v1_DebugFile.md#bitdrift.public.unary.debug_files.v1.DebugFile){ title="bitdrift.public.unary.debug_files.v1.DebugFile"}</span> | The debug files that matched the request. |
| total_count | <span class="proto-type proto-type-primitive">uint32</span> | The total number of debug files that matched the request. |

#### Example
```json
{
  "debug_files": [
    {
      "app_scopes": [
        {
          "app_build_id": "456",
          "app_id": "com.example.app",
          "app_version": "1.2.3",
          "platform": "APPLE"
        }
      ],
      "created_at": "2024-01-15T09:30:00Z",
      "file_hash": "abc123",
      "processing_state": "PROCESSED",
      "type": "PROGUARD",
      "updated_at": "2024-01-15T09:30:00Z"
    }
  ],
  "total_count": 42
}
```

