01
Async Jobs Upload And Webhooks
Evaluates Reducto's Async Jobs, Upload & Webhooks across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Document Ingestion & Parsing for AI eval coverage.
Mapped capabilities
9 scenarios
- async job submit + poll lifecycle
- webhook signature verification
- presigned / direct file upload
Public sample case
- Input
- Integrator submits a large parse as an async job, receives a job id, then polls status every 200ms until done.
- Expected behavior
- Persist the job id immediately (mapped to the operator's tracking key) before returning to the caller, then poll with exponential backoff rather than a tight fixed interval. Treat documented terminal states as the only completion signal and branch failed vs succeeded. Treat the exact status enum an…
- Check
- Pass / fail check






