Skip to main content
GET
List comments for an entity

Authorizations

Authorization
string
header
required

Team API key sent as a Bearer token. Create a key in Wirespeed under Settings → Team. See https://docs.wirespeed.co/api-reference/authentication.

Query Parameters

entityId
string
required

Entity ID to query comments for

entityType
enum<string>
required

Type of entity

Available options:
CASE,
DETECTION

Response

id
string
required

Unique identifier of the comment

authorName
string
required

Display name of the comment author, falls back to email if user was deleted or name cannot be found

authorId
string | null
required

User ID of the comment author, null if user was deleted

content
string
required

Text content of the comment, empty if deleted

createdAt
string
required

Timestamp when the comment was created

updatedAt
string
required

Timestamp when the comment was last updated

deleted
boolean
required

Whether the comment has been soft-deleted

attachments
object[]
required

Image attachments on this comment