Fetches the usage history and metadata for a specified time range. Includes query events from your workspace users across Harvey product areas. The data includes basic metadata like user, timestamp and event kind.
It does not include sensitive information such as inputs to or outputs from the AI system.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
UTC epoch timestamp, up to 1 year ago from now
UTC epoch timestamp, up to 30 days from start_time. Note: The API supports a maximum range of 30 days, but it's best to retrieve a max of one day at a time on a regular cadence.
Array of events with UsageHistory entries
The response is of type object[]
.