sessions
Create a session note
Add a note annotation to a session. By default each call appends a new note with an auto-generated UUIDv4 identifier, so multiple notes accumulate on the same session. Callers may supply a non-empty identifier to upsert on (session_id, name='note', identifier) — repeated calls with the same identifier overwrite the existing note, matching the semantics of structured annotations.
post/v1/session_notes
Request body
Response
Session note created successfully
Changes
Changed in 2 of the 70 revisions of this API.11
- ○
added the new optional request property
data/identifiernew-optional-request-property
- ○
- ●
removed the request property
data/identifierrequest-property-removed
This revision also has 91 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●