Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
MCP tool: get_all_account_activities
Retrieves a paginated list of all activities for a specific account. This tool supports pagination for efficient data retrieval and provides comprehensive activity information including type, status, participants, and timing details.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | The identifier of the account to find activities for |
| page | number | No | Page number for pagination (default: 1) |
| limit | number | No | Number of activities per page (default: 10) |
Response fields
Below are the fields you may see in each account activity object in the response:| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the activity |
| accountId | string | ID of the account the activity belongs to |
| account | string | Name of the account |
| activityTimestamp | string (ISO8601) | Timestamp when the activity occurred |
| duration | number | Duration of the activity in minutes |
| location | string | Location where the activity took place |
| title | string | Title of the activity |
| description | string | Description of the activity |
| type | string | The type of the activity (e.g., “Meeting”, “Call”, “Email”) |
| typeId | string | ID of the activity type attribute |
| typeConfiguration | object | Configuration of the activity type |
| status | string | The status of the activity (e.g., “Completed”, “Scheduled”) |
| statusId | string | ID of the activity status attribute |
| statusConfiguration | object | Configuration of the activity status |
| participants | array | Array of participant names |
| creator | string | Name of the activity creator |
| creatorId | string | ID of the activity creator |
| creatorEmail | string | Email of the activity creator |
| attachments | array | Array of file attachments for the activity |
| metadata | object | Additional metadata for the activity |
| createdAt | string (ISO8601) | Creation timestamp |
| updatedAt | string (ISO8601) | Last update timestamp |