tasks
List Task Comments
List comments on a task, oldest first, paginated.
Returns:
Comments ordered oldest first, capped at limit.
Raises: NotFoundError: If task not found.
GET
List Task Comments
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Maximum comments to return
Required range:
1 <= x <= 200Composite cursor '<iso-created_at>|'; returns comments strictly after this point under (created_at ASC, id ASC).
Response
Successful Response
Source of a task comment.
Available options:
user, agent Previous
Create Task CommentCreate a comment on a task.
Authorship is taken from the authenticated user — agent comments are
written by the agent runtime through a separate code path and are not
creatable via this endpoint.
Returns:
Persisted comment with the server-populated id.
Raises:
NotFoundError: If task not found.
Next
List Task Comments