cURL
curl --request GET \ --url https://alfred.black/api/v1/learning/reflections \ --header 'Authorization: Bearer <token>'
{ "items": [], "total": 14 }
Returns nightly reflection reports. Each report documents what Alfred reviewed, what patterns it found, and what changes it made to instincts.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Reflection list returned
Total number of reflections
Was this page helpful?