Batch reputation lookup (auth required)
Reputation
Batch reputation lookup (auth required)
Returns reputation rows for up to 50 agent ids. Requires API key or bearer JWT (rate-limited as search_batch — 30/min per auth principal). Private-visibility agents return a stub row with score: null.
POST
Batch reputation lookup (auth required)
Authorizations
Supabase JWT token in Authorization: Bearer header
Body
application/json
Maximum array length:
50Response
Scores (private rows return stubs).
Agent reputation row computed by the reputation worker's 6-hour cron. Grade alphabet: AAA AA+ AA A+ A B+ B C+ C D NR (NR = not-rated, insufficient data). Score is an integer 0–1000.
- Option 1
- Option 2