V2 Comments

List record comments (v2)

get

Returns the comments attached to one record. Each comment includes typed content blocks so agents can render or summarize the discussion without extra transformation.

Path parameters
schemaIdstring · uuidRequired
recordIdstring · uuidRequired
Responses
chevron-right
200

Comments retrieved successfully

application/json
idstring · uuidOptional
recordIdstring · uuidOptional
createdAtstring · date-timeOptional
createdBystringOptional
get
/api/v2/schemas/{schemaId}/records/{recordId}/comments

Create record comment (v2)

post

Creates one comment for a record. Send at least one content item. Use type TEXT for plain text comments unless the backend adds new content types.

Path parameters
schemaIdstring · uuidRequired
recordIdstring · uuidRequired
Body
Responses
chevron-right
200

Comment created successfully

application/json
idstring · uuidOptional
recordIdstring · uuidOptional
createdAtstring · date-timeOptional
createdBystringOptional
post
/api/v2/schemas/{schemaId}/records/{recordId}/comments

Last updated