curl --request GET \
--url https://api.backside.app/api/v1/notes/{id} \
--header 'Authorization: Bearer <token>'Without as_of: returns the current-state shape (NoteResponse with
tags and link counts).
With as_of (RFC 3339): returns the historical snapshot of the note’s
main row — NoteAsOfResponse. Tag set and link counts are not
captured on history and are therefore absent. Retention enforcement:
410 Gone when as_of falls before the tenant’s retention cutoff.
curl --request GET \
--url https://api.backside.app/api/v1/notes/{id} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Note ID
Note (current-state) or historical snapshot
Was this page helpful?