Usage
Get Usage History
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.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
UTC epoch timestamp, up to 1 year ago from now
UTC epoch timestamp, up to 30 days from start_time
Response
200
application/json
Array of events with UsageHistory entries
The response is of type object[]
.