Skip to main content
GET
/
api
/
v1
/
learning
/
observations
/
{id}
Get Observation Detail
curl --request GET \
  --url https://alfred.black/api/v1/learning/observations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "path": "observation/2026/03/obs-20260304-143022.md",
  "frontmatter": {
    "type": "observation",
    "status": "processed",
    "created": "2026-03-04T14:30:22Z"
  },
  "body": "Routed meeting notes to project/client-onboarding"
}

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 observation

Response

Observation detail returned

path
string
required

Vault-relative path to the observation file

frontmatter
object
required

Parsed YAML frontmatter from the observation

body
string
required

Markdown body content