Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
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
Response
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).
Array of recent update events
Cursor for next page (use the last update's ID as cursor) None if this is the last page