[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: tensorboards.readUsage\n\n**Full name**: projects.locations.tensorboards.readUsage\n\nReturns a list of monthly active users for a given TensorBoard instance. \n\n### Endpoint\n\nget `https:``/``/{service-endpoint}``/v1``/{tensorboard}:readUsage` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`tensorboard` `string` \nRequired. The name of the Tensorboard resource. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}`\n\n### Request body\n\nThe request body must be empty. \n\n### Response body\n\nResponse message for [TensorboardService.ReadTensorboardUsage](/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards/readUsage#google.cloud.aiplatform.v1.TensorboardService.ReadTensorboardUsage).\n\nIf successful, the response body contains data with the following structure:\nFields `monthlyUsageData` `map (key: string, value: object (`[PerMonthUsageData](/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards/readUsage#PerMonthUsageData)`))` \nMaps year-month (YYYYMM) string to per month usage data. \n\nPerMonthUsageData\n-----------------\n\nPer month usage data\nFields `userUsageData[]` `object (`[PerUserUsageData](/vertex-ai/docs/reference/rest/v1/projects.locations.tensorboards/readUsage#PerUserUsageData)`)` \nUsage data for each user in the given month. \n\nPerUserUsageData\n----------------\n\nPer user usage data.\nFields `username` `string` \nuser's username\n`viewCount` `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` \nNumber of times the user has read data within the Tensorboard."]]