list_activity
List activity messages for Huly issues, documents, channels, or raw objects, sorted newest first.
Instructions
List activity messages for a Huly issue, document, channel, or raw Huly object. Prefer friendly targets: project+issueIdentifier for issues, teamspace+document for documents, or channel for channels. Advanced callers may pass objectId+objectClass directly. Returns activity sorted by date (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | No | Internal Huly object ID to get activity for. | |
| objectClass | No | Internal Huly object class for objectId, such as 'tracker:class:Issue'. | |
| limit | No | Maximum number of activity messages to return (default: 50) | |
| channel | No | Channel name or ID for channel activity. | |
| teamspace | No | Teamspace name or ID for document activity. | |
| document | No | Document title or ID for document activity. | |
| project | No | Project identifier for issue activity, e.g. 'HULY'. | |
| issueIdentifier | No | Issue identifier for issue activity, e.g. 'HULY-123' or '123'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |