cURL
curl --request GET \ --url https://alfred.black/api/v1/learning/sessions \ --header 'Authorization: Bearer <token>'
{ "items": [], "total": 22 }
Returns session records sorted by creation date. Sessions are time-bounded groups of related vault activity.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
Session list returned
Total number of sessions
Was this page helpful?