---
title: "Get your custom database pricing entries"
method: GET
path: "/marketplace/providers/databases"
---

# Get your custom database pricing entries

`GET /marketplace/providers/databases`

List the managed database 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
- `engine` string
- `edition` string
- `instance_type` string
- `usage_type` string

## Response `200`

Pricing response for custom database pricing

- TypesMarketplaceDatabaseProvidersResponse
  - `providers` SchemaDatabasePricingsRow[]
    - `architecture` string
    - `availability_zone` string
    - `billing_config` string
    - `capacity_unit` string
    - `cost_per_capacity_unit` number
    - `cost_per_hour` number
    - `cost_per_io_request` number
    - `cost_per_iops_hour` number
    - `cost_per_storage_gb_hour` number
    - `cost_per_throughput_mbps_hour` number
    - `cost_per_vcpu_license_hour` number
    - `cpu_cores` number
    - `cpu_cores_cost_per_hour` number
    - `created_at` string
    - `currency` string
    - `deployment_option` string
    - `edition` string
    - `engine` string
    - `id` string
    - `instance_type` string
    - `max_iops` number
    - `max_storage_gb` number
    - `max_throughput_mbps` number
    - `min_iops` number
    - `min_storage_gb` number
    - `min_throughput_mbps` number
    - `native_cost_per_hour` number
    - `native_cost_per_storage_gb_hour` number
    - `period_billing_hours` number
    - `provider` string
    - `ram_gb` number
    - `ram_gb_cost_per_hour` number
    - `raw_pricing_data` object
    - `region` string
    - `service` string
    - `storage_type` string
    - `tags` object
    - `updated_at` string
    - `usage_type` string

## Other responses

- `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/f07bdc0e3d36/schema)
