docs/en/platform/account/activity.md
Ultralytics Platform provides a comprehensive activity feed that tracks all events and actions across your account. Monitor training progress and system events in one centralized location.
<!-- screenshot -->
The Activity Feed serves as your central hub for:
Navigate to the Activity Feed in any of the following ways:
/activity<!-- screenshot -->
The Platform tracks the following resource types and actions:
| Resource Type | Description | Icon Color |
|---|---|---|
| project | Project events | Blue |
| dataset | Dataset events | Green |
| model | Model events | Purple |
| training | Training job events | Blue/Green/Red/Gray |
| settings | Account settings changes | Gray |
| api_key | API key creation/revocation | Amber |
| export | Model export events | Amber |
| deployment | Deployment events | Blue |
| onboarding | Onboarding completion | Green |
Each event includes one of the following action types:
| Action | Description |
|---|---|
| created | Resource was created |
| updated | Resource was modified |
| deleted | Resource was permanently deleted |
| trashed | Resource was moved to trash |
| restored | Resource was restored from trash |
| started | Training or export job was started |
| completed | Training or export job finished successfully |
| failed | Training or export job failed |
| cancelled | Training or export job was cancelled |
| uploaded | Data was uploaded (images, model weights) |
| shared | Resource visibility changed to public |
| unshared | Resource visibility changed to private |
| exported | Model was exported to a deployment format |
| cloned | Resource was cloned to another location |
| analyzed | Dataset analysis (embeddings/clustering) was started |
Organize your activity with two tabs:
The Inbox shows recent activity:
Move events to Archive to keep your Inbox clean:
Archive tabFind specific events quickly:
Use the search bar to find events by resource name or resource type.
Filter by time period using the date range picker:
<!-- screenshot -->
Each row displays:
| Field | Description |
|---|---|
| Event | Action and resource type (for example, Created Project) |
| Resource | Recorded resource name |
| Time | Event timestamp |
| User email | Account member that performed the action |
| Resource ID | Recorded resource identifier |
| Actions | Undo, Archive, or Restore when available |
Recent settings changes support undo directly from the Activity feed:
The Activity feed supports pagination:
Click Export to download the events in the current Inbox or Archive view as JSON. The export respects the active search and date filters.
Yes. Click Export on the Activity page to download the current filtered view, or use the GDPR data export feature
in Settings > Profile to download account metadata including activity history.
The recorded event keeps its action, resource name, resource ID, time, and user email. The resource itself is no longer available after permanent deletion.
Yes, the Activity feed shows events for the currently active workspace. Switch workspaces in the sidebar to see activity for different workspaces.