Skip to main content
Opik Documentation

Search documentation

Type to search this documentation.

Get thread comment

GET/v1/private/traces/threads/{threadId}/comments/{commentId}Get thread comment

Get thread comment

Parameters

commentIdstring · uuidpathrequired
threadIdstring · uuidpathrequired

Responses

200Comment resourceapplication/json
objectComment
created_atstring · date-time
created_bystring
idstring · uuid
last_updated_atstring · date-time
last_updated_bystring
source_queue_idstring · uuid
textstringrequired

minLength 1

Example response
{
  "created_at": "2026-06-09T00:00:00Z",
  "created_by": "string",
  "id": "00000000-0000-0000-0000-000000000000",
  "last_updated_at": "2026-06-09T00:00:00Z",
  "last_updated_by": "string",
  "source_queue_id": "00000000-0000-0000-0000-000000000000",
  "text": "string"
}
404Not foundapplication/json
objectErrorMessage
codeinteger · int32
detailsstring
messagestring
Example response
{
  "code": 0,
  "details": "string",
  "message": "string"
}
Documentation menu