Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
SessionEventHistory
Interface SessionEventHistory
interface
SessionEventHistory
{
backend
:
SessionStoreBackendId
;
events
:
readonly
Readonly
<
EvidenceEvent
>
[]
;
format
:
"amc-session-event-history-v1"
;
headEventHash
:
string
;
historySha256
:
string
;
scope
:
"session"
|
"workspace"
;
sealed
:
boolean
;
sessionId
:
string
|
null
;
sessions
:
readonly
Readonly
<
SessionRecord
>
[]
;
storeHeadEventHash
:
string
;
verification
:
{
checkedStoreEventCount
:
number
;
completeness
:
"all-available-events-in-requested-scope"
;
metadata
:
"hashes-signatures-global-and-session-chains"
;
payloads
:
"verified"
|
"not-read"
;
retainedOutput
:
"not-read"
;
rollbackProtection
:
"expected-head-matched"
|
"no-external-head"
;
trustRoot
:
StoredSessionTrustRoot
;
}
;
workspace
:
string
;
}
Index
Properties
backend
events
format
head
Event
Hash
history
Sha256
scope
sealed
session
Id
sessions
store
Head
Event
Hash
verification
workspace
Properties
Readonly
backend
backend
:
SessionStoreBackendId
Readonly
events
events
:
readonly
Readonly
<
EvidenceEvent
>
[]
Actual persisted rows in append order, never a conversation projection.
Readonly
format
format
:
"amc-session-event-history-v1"
Readonly
head
Event
Hash
headEventHash
:
string
Readonly
history
Sha256
historySha256
:
string
Readonly
scope
scope
:
"session"
|
"workspace"
Readonly
sealed
sealed
:
boolean
Readonly
session
Id
sessionId
:
string
|
null
Readonly
sessions
sessions
:
readonly
Readonly
<
SessionRecord
>
[]
Readonly
store
Head
Event
Hash
storeHeadEventHash
:
string
Readonly
verification
verification
:
{
checkedStoreEventCount
:
number
;
completeness
:
"all-available-events-in-requested-scope"
;
metadata
:
"hashes-signatures-global-and-session-chains"
;
payloads
:
"verified"
|
"not-read"
;
retainedOutput
:
"not-read"
;
rollbackProtection
:
"expected-head-matched"
|
"no-external-head"
;
trustRoot
:
StoredSessionTrustRoot
;
}
Readonly
workspace
workspace
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backend
events
format
head
Event
Hash
history
Sha256
scope
sealed
session
Id
sessions
store
Head
Event
Hash
verification
workspace
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...
Actual persisted rows in append order, never a conversation projection.