Toolzz Docs home page
Search...
⌘K
Support
Home
Home
Search...
Navigation
Comments
Create a comment
Documentation
Toolzz AI
Toolzz LMS
Toolzz Chat
Toolzz Bots
Toolzz Connect
Toolzz AI
Introduction
Planos
ChatService
Toolzz Analytics
Introduction
DatasetItems
DatasetRunItems
Datasets
Health
Traces
Session
Projects
Prompt
Metrics
Media
Score
ScoreConfig
Models
Observations
Comments
GET
Get all comments
GET
Get a comment by id
POST
Create a comment
Kratos
200
Copy
{
"id"
:
"<string>"
}
Comments
Create a comment
Endpoint to Create a comment on toolzz analytics
POST
/
api
/
public
/
comments
Try it
200
Copy
{
"id"
:
"<string>"
}
Request parameters
projectId
string
required
ID of the associated project.
objectType
string
required
Type of object the comment is associated with (e.g., TRACE, OBSERVATION).
objectId
string
required
ID of the object the comment is associated with.
content
string
required
The content of the comment.
authorUserId
string
required
ID of the user who authored the comment.
Response Description
Below you will see the description of the Create a comment response
id
string
required
Unique identifier.
Code Response
Exemples of Response Code
200
Successful Response Code
400
Error Response Code
Get a comment by id
Send-Message
Assistant
Responses are generated using AI and may contain mistakes.