cURL
curl --request GET \ --url https://alfred.black/api/v1/learning/instincts/{id} \ --header 'Authorization: Bearer <token>'
{ "path": "intuition/instincts/route-meeting-notes.md", "frontmatter": { "type": "instinct", "status": "active", "created": "2026-03-01T02:00:00Z" }, "body": "Route meeting notes containing client names to the corresponding project folder" }
Returns a single instinct with full details including observation sources and match history.
API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....
alf_<32 hex chars>
Bearer alf_...
The unique identifier of the instinct
Instinct detail returned
Vault-relative path to the instinct file
Parsed YAML frontmatter from the instinct
Markdown body content
Was this page helpful?