---
title: "GET /api/v1/data/logs:range"
method: GET
path: "/api/v1/data/logs:range"
tags: ["DataV1"]
---

# GET /api/v1/data/logs:range

`GET /api/v1/data/logs:range`

Logging

## Query parameters

- `query` string
- `time_range.after` string, date-time
- `time_range.before` string, date-time
- `page.token` string
- `include_long_term_storage` boolean

## Response `200`

A successful response.

- Datav1QueryLogsRangeResponse
  - `grid_data` QueryLogsRangeResponseGridData
    - `columns` QueryLogsRangeResponseColumnMeta[] — Defines the structure and data types of columns in tabular log results.
      - `name` string — The column names to include in the tabular results.
      - `type` 'BOOLEAN' | 'FLOAT' | 'STRING' — The data type to include in each column.
    - `rows` QueryLogsRangeResponseRow[] — Defines the structure and data types of rows in tabular log results.
      - `values` QueryLogsRangeResponseRowValue[] — Values to include that match each column type. Only one of the supported fields can be set depending on the type of value.
        - `bool_value` boolean — Indicates a boolean value.
        - `float_value` number, double — Indicates a float value.
        - `string_value` string — Indicates a string value.
  - `metadata` QueryLogsRangeResponseMetadata
    - `limit_enforced` boolean — Indicates whether the result is truncated by the request limit.
    - `page` QueryLogsRangeResponseMetadataPageResult
      - `next_token` string — Opaque page token that identifies the next page of items to request. An empty value indicates there are no more items to return.
  - `time_series_data` QueryLogsRangeResponseTimeSeriesData
    - `group_by_dimension_names` string[] — Names of the dimensions to group results by.
    - `series` TimeSeriesDataTimeSeries[] — Specifies the time series to return from query results.
      - `aggregation_name` string — Name of the aggregation used to calculate the values.
      - `buckets` TimeSeriesBucket[] — Defines a time-bounded data point in a time series to store aggregated values over specific time intervals.
        - `end_time` string, date-time — The end time of the time range for this bucket.
        - `float_value` number, double — The aggregated value for the time period of this bucket. This value is nullable.
        - `start_time` string, date-time — The start time of the time range for this bucket.
      - `group_by_dimension_values` string[] — Values of the dimensions to group results by.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/chronosphere/apis/data-v1-api.md) · [All operations](https://skmtc.dev/chronosphere/apis/data-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chronosphere/data-v1-api/revisions/ee91fd539ced/schema)
