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/usage/recent

Query parameters

operation_typestring nullable
sincestring date-time nullable
statusstring nullable

Headers

authorizationstring

Response

Successful Response

object[] required

Changes