GET
/v1/private/spans/{spanId}/comments/{commentId}Get span commentGet span comment
Parameters
commentIdstring · uuidpathrequiredspanIdstring · uuidpathrequiredResponses
objectComment
created_atstring · date-timecreated_bystringidstring · uuidlast_updated_atstring · date-timelast_updated_bystringsource_queue_idstring · uuidtextstringrequired{
"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"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}