---
title: "Get TearSheet information for a dataset identifier"
method: GET
path: "/v2/library/data/{dataset_id}"
tags: ["Data Library"]
---

# Get TearSheet information for a dataset identifier

`GET /v2/library/data/{dataset_id}`

## Path parameters

- `dataset_id` string, required — Data Identifier.

## Request body

- object, nullable

## Response `200`

Successful Response

- DataSource
  - `provider_name` string, nullable
  - `dataset_name` string, required
  - `dataset_id` string[], required
  - `description` string, required
  - `blocked` boolean, required
  - `last_updated_timestamp` string, nullable
  - `data` object, nullable
  - `is_current` boolean, nullable
  - `label` string, required — Mirror of ``dataset_name`` so the data-library response uses the same ``label`` key Block surfaces. Derived at serialize time — nothing to populate on the source dict.

## 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)
