API Reference
Get Recent Usage
Retrieve recent telemetry records for the user or application.
Args:
auth: Authentication context; admin users receive global records.
operation_type: Optional operation type to filter by.
since: Only return records newer than this timestamp.
status: Optional status filter (e.g. success
or error
).
Returns: A list of usage entries sorted by timestamp, each represented as a dictionary.
GET
Headers
Response
200
application/json
Successful Response
The response is of type Response Get Recent Usage Usage Recent Get · object[]
.