---
title: "Get Data Graph Information"
method: GET
path: "/v2/library/graph/{graph_id}"
tags: ["Data Library"]
---

# Get Data Graph Information

`GET /v2/library/graph/{graph_id}`

## Path parameters

- `graph_id` string, required — Data Identifier.

## Request body

- object, nullable

## Response `200`

Successful Response

- GraphSourcesResponse
  - `page` integer, required
  - `size` integer, required
  - `total_pages` integer, required
  - `datasources` GraphSource[], required
    - `provider_name` string, nullable
    - `graph_name` string, required
    - `graph_id` integer, required
    - `dataset_id` string[], required
    - `dataset_name` string, required
    - `description` string, required
    - `blocked` boolean, required
    - `last_updated_timestamp` string, nullable
    - `is_current` boolean, nullable
    - `exportformat` string, required
    - `carc_id` integer, nullable
    - `category` string, nullable
    - `subcategory` string, nullable
    - `ecosystem_type` string, nullable
    - `data` object, nullable
    - `subject_id` string, nullable
    - `subject_label` string, nullable
    - `has_confidence_report` boolean, nullable
    - `path` string, nullable
    - `price` number, nullable

## Other responses

- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/versions/bd33ea42994c/schema)
