list_comments
Retrieve paginated comments for a specified resource, such as a task, by providing the resource UUID and content type.
Instructions
List comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number for paginated list endpoints. | |
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| object_pk | Yes | UUID of the resource whose comments you want. | |
| page_size | No | Page size for paginated list endpoints. | |
| Organization | No | Workspace (organization) ID the request is scoped to. | |
| content_type | Yes | Resource type. Currently `task`. |