---
title: "GET /v1/orgs/{org_id}/metrics_v2/graph"
method: GET
path: "/v1/orgs/{org_id}/metrics_v2/graph"
tags: ["Get Metrics", "AI"]
---

# GET /v1/orgs/{org_id}/metrics_v2/graph

`GET /v1/orgs/{org_id}/metrics_v2/graph`

Returns metrics with common time series response for the given query.

## Path parameters

- `org_id` string, required

## Query parameters

- `query` string
- `lookback` string
- `from` string
- `to` string
- `order` string
- `sort` string
- `limit` integer
- `time_range_adjustment` string
- `save` string

## Response `200`

Common time series response

- CoreCommonTimeseriesResponse
  - `from` string
  - `keys` string[]
  - `records` CoreCommonTimeseriesRecord[]
    - `aggregate` CoreCommonTimeseriesAggregate
      - `value` number
    - `timeseries` unknown[]
      - unknown
    - `values` string[]
  - `to` string
  - `window` string

---

[API](https://skmtc.net/edgedelta/apis/edge-delta-api.md) · [All operations](https://skmtc.net/edgedelta/apis/edge-delta-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edgedelta/edge-delta-api/revisions/ae0e90c2c794/schema)
