> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Activities Overview

> Manage the activity feed on a support ticket

Activities form the chronological log of a ticket — comments, status changes, and work entries. Each activity entry can be created, edited, or deleted, and together they represent the full audit trail of a ticket's lifecycle.

| Endpoint                                                         | Description                                             |
| ---------------------------------------------------------------- | ------------------------------------------------------- |
| [List activities](/api-reference/tickets/list-ticket-activities) | Retrieve all activity entries for a ticket              |
| [Create activity](/api-reference/tickets/create-ticket-activity) | Append a comment or work log entry to the activity feed |
| [Update activity](/api-reference/tickets/update-ticket-activity) | Edit an existing activity entry                         |
| [Delete activity](/api-reference/tickets/delete-ticket-activity) | Remove an activity entry from a ticket                  |
