You can track absolutely anything, and with the extensible and customizable properties field, you can add as much information as you want.

#the python SDK will automatically batch events
lotus.track_event(
  customer_id='customer123',
  event_name='api_call',
  properties={
      'region': 'US',
      'mb_used': 150
    },
  idempotency_id='c9799bf9-e5c9-4007-8d10-0663d045d23c',
  time_created="2023-01-01T21:58:14.193Z"
)