accelo_list_thread_activities
Retrieve every activity in one Accelo thread by thread ID, with pagination and field selection, so you can review the full conversation history for that record.
Instructions
List all activities within a single thread.
Args:
thread_id: The thread's ID (the activity_id of the original activity in
the thread — see the thread/thread_id field on any activity)
fields: Additional fields, e.g. "thread,parent"
page: Page number (0-indexed)
limit: Results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| fields | No | ||
| thread_id | Yes |