Returns the experiment update feed, newest first: status changes,
progress markers, and completion events. Omit cursor on the first
call; pass the returned next_cursor to fetch older updates. A null
next_cursor indicates no more pages.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cursor for pagination - use the last update ID from previous page
Maximum number of updates to return (default: 50, max: 100)
Filter by specific experiment ID
Filter by multiple experiment IDs (comma-separated UUIDs)
Filter by update type
Successfully retrieved update list
List of recent updates with keyset pagination support
Contains the most recent updates across all experiments, ordered by ULID (which sorts chronologically).