Skip to main content
GET
A subject's write audit trail

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required
target_kind
string
required
target_name
string
required
kind
string
required
key
string
required

Response

Success.

data
WritesPage · object
required

One keyset page of a subject's write ledger: the items (newest first) and the next_cursor a caller feeds the next call. next_cursor is the last row's id (a string) when the page is full, else None — the page-model idiom the subject and search pages share, so a caller pages the audit trail the same way it pages them.