cURL
curl --request GET \ --url https://alfred.black/api/v1/learning/queue \ --header 'Authorization: Bearer <token>'
{ "items": [], "total": 3 }
Returns inputs awaiting human judgment — items that Alfred’s instincts couldn’t confidently route.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Judgment queue returned
Total number of items in the queue
Was this page helpful?