---
title: "GET /v1/provider/node_ids"
method: GET
path: "/v1/provider/node_ids"
tags: ["Provider"]
---

# GET /v1/provider/node_ids

`GET /v1/provider/node_ids`

## Query parameters

- `provider_id` string
- `details` boolean

## Response `200`

Node assignment list

- MarketApiNodeIdResponse
  - `count` integer, required
  - `request_timestamp` string, date-time, required
  - `data` MarketApiNodeIdEntry[], required
    - `current_status` string, required
    - `product_uuid` string, nullable
    - `internal_ipv4` string, nullable
    - `source` 'vm'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - not a vendor
- `500` — Internal server error

## Changes

- **2026-05-15** `b819ba3108b3` — 9 breaking, 3 info
  - removed the required property `details` from the response with the `401` status
  - removed the required property `details` from the response with the `403` status
  - removed the required property `details` from the response with the `500` status
  - removed the required property `message` from the response with the `401` status
  - …8 more
- **2026-02-17** `ad9dff266598` — 1 info
  - the endpoint scheme security `market-api_bearer_auth` was added to the API
- **2026-02-17** `48ff5f0fb9ee` — 1 info
  - the endpoint scheme security `market-api_bearer_auth` was removed from the API
- **2026-02-17** `0222183e15b3` — 1 info
  - the endpoint scheme security `market-api_bearer_auth` was added to the API
- **2026-01-30** `bf763dc6630a` — 1 info
  - removed the `kubernetes` enum value from the `data/items/source/oneOf[#/components/schemas/market-api_NodeSource]/` response property for the response status `200`

[Full history](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/changes/v1/provider/node_ids/get.md)

---

[API](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation.md) · [All operations](https://skmtc.dev/sfcompute/apis/san-francisco-compute-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sfcompute/san-francisco-compute-documentation/revisions/93dd7661e9bb/schema)
