/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 7d ago
Details
Filter operations
Activity
5
Assets
1
Authentication
3
Columns
5
Comments
4
get
Get Task Comments
post
Create Task Comment
put
Update Task Comment
delete
Delete Task Comment
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
Notification Preferences
4
Notifications
5
Organization Management
35
Projects
7
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
Workflow Rules
3
Workspaces
1
Comments
Get Task Comments
Get all comments for a specific task
get
/comment/{taskId}
Path parameters
taskId
string
required
Response
List of comments for the task
object[]
required
id
string
required
taskId
string
required
userId
string
required
content
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
user
object
Changes