Required. The resource name of the TensorboardTimeSeries to export data from. Format: projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{timeSeries}
Request body
The request body contains data with the following structure:
Fields
filterstring
Exports the TensorboardTimeSeries' data that match the filter expression.
pageSizeinteger
The maximum number of data points to return per page. The default pageSize is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.
[[["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: timeSeries.exportTensorboardTimeSeries\n\n**Full name**: projects.locations.tensorboards.experiments.runs.timeSeries.exportTensorboardTimeSeries\n\nExports a TensorboardTimeSeries' data. data is returned in paginated responses. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{tensorboardTimeSeries}:exportTensorboardTimeSeries` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`tensorboardTimeSeries` `string` \nRequired. The resource name of the TensorboardTimeSeries to export data from. Format: `projects/{project}/locations/{location}/tensorboards/{tensorboard}/experiments/{experiment}/runs/{run}/timeSeries/{timeSeries}`\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `filter` `string` \nExports the TensorboardTimeSeries' data that match the filter expression.\n`pageSize` `integer` \nThe maximum number of data points to return per page. The default pageSize is 1000. Values must be between 1 and 10000. Values above 10000 are coerced to 10000.\n`pageToken` `string` \nA page token, received from a previous [timeSeries.exportTensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries/exportTensorboardTimeSeries#google.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData) call. Provide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to [timeSeries.exportTensorboardTimeSeries](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries/exportTensorboardTimeSeries#google.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData) must match the call that provided the page token.\n`orderBy` `string` \nField to use to sort the TensorboardTimeSeries' data. By default, TensorboardTimeSeries' data is returned in a pseudo random order. \n\n### Response body\n\nResponse message for [TensorboardService.ExportTensorboardTimeSeriesData](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries/exportTensorboardTimeSeries#google.cloud.aiplatform.v1beta1.TensorboardService.ExportTensorboardTimeSeriesData).\n\nIf successful, the response body contains data with the following structure:\nFields `timeSeriesDataPoints[]` `object (`[TimeSeriesDataPoint](/vertex-ai/docs/reference/rest/v1beta1/TimeSeriesDataPoint)`)` \nThe returned time series data points.\n`nextPageToken` `string` \nA token, which can be sent as [pageToken](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.tensorboards.experiments.runs.timeSeries/exportTensorboardTimeSeries#body.request_body.FIELDS.page_token) to retrieve the next page. If this field is omitted, there are no subsequent pages."]]