Commit 62b722e
fix: Correct /bulk/status endpoint to return actual batch data
Fixed bug where /bulk/status was looking for non-existent 'processed_rows'
field instead of 'successful' and 'failed' counts from batch summary.
Changes:
- Updated response to include: successful, failed, processing_time_seconds
- Removed incorrect 'processed_rows' field
- Tested with real batch IDs - now returns correct data
Test results:
- ✅ /bulk/status now shows: successful: 2, failed: 0, time: 0.49s
- ✅ /bulk/results working correctly
- ✅ All 16 endpoints tested (comprehensive test report created)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b81939e commit 62b722e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1375 | 1375 | | |
1376 | 1376 | | |
1377 | 1377 | | |
1378 | | - | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
1379 | 1381 | | |
1380 | 1382 | | |
1381 | 1383 | | |
| |||
0 commit comments