---
title: "Get your custom disk pricing entries"
method: GET
path: "/marketplace/providers/disks"
---

# Get your custom disk pricing entries

`GET /marketplace/providers/disks`

List the storage rates your organization has registered. Only your own rates are returned.
Filters combine, and paging is by limit and offset.

## Query parameters

- `limit` integer
- `offset` integer
- `service` string
- `region` string
- `type` string
- `usage_type` string

## Response `200`

Pricing response for custom disk pricing

- TypesMarketplaceDiskProvidersResponse
  - `providers` SchemaDiskPricingsRow[]
    - `availability_zone` string
    - `cost_per_gb_hour` number
    - `cost_per_iops_hour` number
    - `cost_per_throughput_mbps_hour` number
    - `created_at` string
    - `currency` string
    - `id` string
    - `max_capacity_gb` number
    - `max_iops` number
    - `max_throughput_mbps` number
    - `min_capacity_gb` number
    - `min_iops` number
    - `min_throughput_mbps` number
    - `native_cost_per_gb_hour` number
    - `native_cost_per_iops_hour` number
    - `native_cost_per_throughput_mbps_hour` number
    - `period_billing_hours` number
    - `provider` string
    - `raw_pricing_data` object
    - `region` string
    - `service` string
    - `tags` object
    - `type` string
    - `updated_at` string
    - `usage_type` string

## Other responses

- `400` — Invalid limit or offset
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/baselinehq/apis/costgraph-pricing-api.md) · [All operations](https://skmtc.net/baselinehq/apis/costgraph-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselinehq/costgraph-pricing-api/revisions/118039137757/schema)
