Returns recent updates from experiments and system processes. Updates are ordered chronologically using ULID ordering and paginated using cursor-based pagination. Use the cursor from the response to get the next page of results.
status_change
: Experiment state transitions (started, stopped, failed)data_point
: New data collected or processedprogress
: Progress updates with completion percentageerror
: Error conditions or warningscompletion
: Experiment or task completion notificationsUpdates use keyset pagination with ULID ordering for optimal performance:
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 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).