Skip to main content
GET
/
api
/
v1
/
learning
/
instincts
/
{id}
Get Instinct Detail
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"
}

Authorizations

Authorization
string
header
required

API key in the format alf_<32 hex chars>. Pass in the Authorization header as Bearer alf_....

Path Parameters

id
string
required

The unique identifier of the instinct

Response

Instinct detail returned

path
string
required

Vault-relative path to the instinct file

frontmatter
object
required

Parsed YAML frontmatter from the instinct

body
string
required

Markdown body content