GET /api/enrichment/acceptance-rate · Scope: catalog:readQuery parameters
Only count proposals reviewed after this moment (epoch millis or ISO-8601). Not-yet-reviewed proposals are matched by submission time.
Only count proposals reviewed before this moment.
Request
Response 200
All proposals submitted in the window.
Proposals accepted or rejected.
Proposals where at least one field was applied (full or partial approval).
Proposals rejected in full.
Proposals still awaiting review.
accepted / reviewed, as a 0–1 fraction rounded to four decimals (0 when nothing has been reviewed).Per-confidence-band breakdown:
{ band, reviewed, accepted, acceptanceRate }. Bands are 0-49,
50-79, 80-100; proposals sent without a confidence are excluded from the bands.Errors
| Status | When |
|---|---|
401 | Missing or invalid API key |
403 | Key lacks catalog:read |