cURL
curl --request GET \ --url https://alfred.black/api/v1/learning/quarantine \ --header 'Authorization: Bearer <token>'
{ "items": [], "total": 1 }
Returns stream events that failed processing twice and were quarantined.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Quarantine list returned
Total number of quarantined events
Was this page helpful?