List change-feed events

List change-feed events with offset pagination. This is the primary way to sync an external system: poll with since, or filter to unackedOnly to build an inbox.

Authentication

x-api-keystring

Your Living Brain API key. Create one from the dashboard; keys are scoped to an organization and carry the role of the member they were issued to.

Path parameters

brainIdstringRequired
Brain id

Headers

x-subject-idstringRequired
Identifies the end user the request is made on behalf of. Brains are owned by a subject, so this determines which brains the caller can see.

Query parameters

limitintegerOptional
offsetintegerOptional
unackedOnlybooleanOptional
pageIdstringOptional
sincestringOptional
ISO timestamp

Response

itemslist of objects
The change events on this page of results.
totalinteger

Total events matching the filter (ignores pagination)

limitinteger
Applied page size
offsetinteger
Applied offset

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error