---
title: "Get Service Offerings"
method: GET
path: "/v0/dataset/service_offerings/{service_group}"
tags: ["dataset", "log_post_param_vals"]
---

# Get Service Offerings

`GET /v0/dataset/service_offerings/{service_group}`

## Path parameters

- `service_group` string, required

## Response `200`

Successful Response

- ServiceOfferingResponse[]
  - `id` integer, required
  - `service_name` string, required
  - `service_type` string, required
  - `service_tier` string, required
  - `self_service` boolean, required
  - `dataset_id` string, nullable, required
  - `billing_interval` integer, required
  - `unit_price` integer, required
  - `commitment_period` integer, required
  - `service_spec` object, nullable, required
  - `sub_datasets` string[]
  - `historical_data_ready_datasets` string[]
  - `live_data_ready_datasets` string[]
  - `license_flow_ready_datasets` string[]
  - `allowed_live_datasets` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
