---
title: "Get your custom pricing entries"
method: GET
path: "/marketplace/providers/compute"
deprecated: true
---

# Get your custom pricing entries

`GET /marketplace/providers/compute`

> **Deprecated.**

List the compute rates your organization has registered. Only your own rates are returned, never another organization's.
Filters combine, and paging is by limit and offset.
Superseded by GET /v1/marketplace/compute, which returns RFC 9457 problem responses on failure.

## Query parameters

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

## Response `200`

Pricing response for custom pricing

- ComputePriceList
  - `providers` ComputePrice[]
    - `architecture` string
    - `availability_zone` string
    - `cost_per_hour` number
    - `cpu_cores` number
    - `cpu_cores_cost_per_hour` number
    - `created_at` string
    - `currency` string
    - `gpu_cost_per_hour` number
    - `gpu_count` number
    - `gpu_type` string
    - `id` string
    - `instance_type` string
    - `native_cost_per_hour` number
    - `operating_system` string
    - `period_billing_hours` number
    - `provider` string
    - `ram_gb` number
    - `ram_gb_cost_per_hour` number
    - `raw_pricing_data` object
    - `region` string
    - `service` string
    - `tags` object
    - `updated_at` string
    - `usage_type` string

## Other responses

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

## Changes

- **2026-09-03** `2b7d1ae74be1` — 1 info
  - endpoint deprecated
- **2026-08-14** `118039137757` — 1 info
  - added the non-success response with the status `400`
- **2026-08-13** `f07bdc0e3d36` — 11 info
  - added the new optional `query` request parameter `instance_type`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `offset`
  - added the new optional `query` request parameter `region`
  - …7 more
- **2026-05-24** `2806a49483a0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/baselinehq/apis/costgraph-pricing-api/changes/marketplace/providers/compute/get.md)

---

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