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_account_activity
Retrieves detailed information about a specific account activity by its unique identifier. This tool provides comprehensive activity details including type, status, participants, timing, and attachments.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| activityId | string | Yes | The unique identifier of the account activity to retrieve |
Response fields
Below are the fields you may see 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 |