Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agent_id
string
required

Agent ID to list entries for

type
enum<string>

Optional entry type filter

Available options:
note,
plan,
decision,
journal,
research,
notebook

Response

Entry list

id
string<uuid>
agent_id
string
path
string
title
string
entry_type
enum<string>
Available options:
note,
plan,
decision,
journal,
research,
notebook
content
string

Full markdown content (only included in single-entry reads)

content_hash
string
tags
string[]
status
enum<string>
Available options:
active,
archived
sync_status
enum<string>
Available options:
pending,
synced,
quarantined
created_at
string<date-time>
updated_at
string<date-time>