Skip to content

Activity Feed

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.

Overview

The Activity Feed serves as your central hub for:

  • Training updates: Job started, completed, failed, or cancelled
  • Data changes: Datasets uploaded, modified, or deleted
  • Model events: Exports, deployments, and inference activity
  • System alerts: Billing, storage, and account notifications

Accessing Activity

Navigate to the Activity Feed:

  1. Click your profile icon in the top right
  2. Select Activity from the dropdown
  3. Or navigate to Settings > Activity

Activity Types

The Platform tracks the following event types:

Event TypeDescriptionIcon
createdNew resource created+
updatedResource modifiededit
deletedResource permanently removedtrash
trashedResource moved to trash (recoverable)trash
restoredResource restored from trashundo
startedTraining or export job startedplay
completedJob finished successfullycheck
failedJob encountered an errorerror
cancelledJob stopped by userstop
uploadedFile or dataset uploadedcloud
exportedModel exported to formatsave
clonedResource duplicatedcopy

Inbox and Archive

Organize your activity with tabs:

Inbox

The Inbox shows recent, unread activity:

  • New events appear here automatically
  • Unread events are highlighted
  • Click an event to view details and mark as seen

Archive

Move events to Archive to keep your Inbox clean:

  1. Select events to archive
  2. Click Archive
  3. Access archived events via the Archive tab

Bulk Actions

Select multiple events using checkboxes to archive or mark as seen in bulk.

Search and Filtering

Find specific events quickly:

Use the search bar to find events by:

  • Resource name (dataset, model, project)
  • Event description

Filters

Filter events by type:

FilterShows
AllAll activity types
TrainingTraining started, completed, failed
UploadsDataset and model uploads
ExportsModel export activity
SystemBilling, storage, account events

Date Range

Filter by time period:

  • Today: Events from today
  • This Week: Events from the past 7 days
  • This Month: Events from the past 30 days
  • Custom: Select specific date range

Event Details

Click an event to view details:

FieldDescription
TimestampWhen the event occurred
UserWho triggered the event
ResourceWhat was affected (with link)
DescriptionDetailed event information
MetadataAdditional context (job ID, etc.)

Mark as Seen

Mark events as seen to track what you've reviewed:

  • Click the checkmark icon on individual events
  • Use Mark All Seen to clear all unread indicators
  • Seen events remain accessible but are no longer highlighted

API Access

Access activity programmatically via the REST API:

# List activity
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://platform.ultralytics.com/api/activity

# Filter by date range
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://platform.ultralytics.com/api/activity?startDate=2024-01-01&endDate=2024-01-31"

# Mark events as seen
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" \
  https://platform.ultralytics.com/api/activity/mark-seen

# Archive events
curl -X POST -H "Authorization: Bearer YOUR_API_KEY" \
  https://platform.ultralytics.com/api/activity/archive

See REST API Reference for complete documentation.

FAQ

How long is activity history retained?

Activity history is retained indefinitely for your account. Archived events are also kept permanently.

Can I export my activity history?

Yes, use the GDPR data export feature in Settings > Privacy to download all account data including activity history.

Can I disable activity notifications?

Activity events are always logged for audit purposes. Email notifications can be configured in Settings > Notifications.

What happens to activity when I delete a resource?

The activity event remains in your history with a note that the resource was deleted. You can still see what happened even after deletion.



📅 Created 0 days ago ✏️ Updated 0 days ago
glenn-jocher

Comments