| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| state | StateEnum | ||
| metadata | Object | ||
| processedAt | String | ||
| totalCount | Integer | ||
| pendingCount | Integer | ||
| errorCount | Integer | ||
| completionPercentage | BigDecimal | ||
| submissions | List<SubmissionPreview> | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| PROCESSED | "processed" |
| ERROR | "error" |