Create engagement transcript comment
Creates a transcript comment on a workspace engagement’s transcript timeline. When transcript_timeline_id is omitted, the server resolves to the engagement’s primary transcript timeline. Requires both engagements:read and transcript_comments:write scopes.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
engagement_id
Request
This endpoint expects an object.
body
Transcript comment body text. Leading and trailing whitespace is trimmed server-side; the trimmed value must be at least 1 character. Whitespace-only strings are rejected with 422.
transcript_timeline_id
Transcript timeline identifier. When omitted, the server resolves to the engagement's primary transcript timeline.
anchor
Response headers
X-Api-Version
Response
Created transcript comment response.
object
Allowed values:
id
engagement_id
transcript_timeline_id
body
status
Allowed values:
anchor
created_by
resolved_by
resolved_at
created_at
updated_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error