Skip to main content
GET
List memory proposals

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Headers

X-Naive-Project-Id
string<uuid>

Act inside this project. The header form of the /v1/projects/{project_id}/... prefix, for clients that cannot rewrite their base path. Lower precedence than the path, higher than the key's pinned project; omitted resolves to the organization's default project.

Path Parameters

user_id
string
required

Tenant user UUID, or default / me for the account's default agentProfile.

Query Parameters

status
enum<string>

Filter by proposal status.

Available options:
proposed,
auto_promoted,
accepted,
rejected,
merged,
quarantined,
needs_evidence,
tombstoned
object_type
enum<string>

Filter by proposed object type.

Available options:
episode,
claim,
decision,
runbook,
task_outcome,
skill,
approval,
artifact,
tombstone
run_id
string<uuid>

Filter by originating agent run.

limit
integer
default:50

Max rows to return.

Required range: 1 <= x <= 200

Response

Proposals.

proposals
object[]
count
integer