---
title: "List ServiceOfferingNodes"
method: GET
path: "/service_offering_nodes"
tags: ["ServiceOfferingNode"]
---

# List ServiceOfferingNodes

`GET /service_offering_nodes`

Returns an array of ServiceOfferingNode objects

## Query parameters

- `limit` integer
- `offset` integer
- `filter` object
- `sort_by` object

## Response `200`

ServiceOfferingNodes collection

- ServiceOfferingNodesCollection
  - `data` ServiceOfferingNode[]
    - `archived_at` string, date-time
    - `created_at` string, date-time
    - `extra` object
    - `id` string — ID of the resource
    - `last_seen_at` string, date-time
    - `name` string
    - `refresh_state_part_id` string — ID of the resource
    - `root_service_offering_id` string — ID of the resource
    - `service_inventory_id` string — ID of the resource
    - `service_offering_id` string — ID of the resource
    - `source_created_at` string, date-time
    - `source_id` string — ID of the resource
    - `source_ref` string
    - `source_updated_at` string, date-time
    - `updated_at` string, date-time
  - `links` CollectionLinks
    - `first` string
    - `last` string
    - `next` string
    - `prev` string
  - `meta` CollectionMetadata
    - `count` integer
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.net/redhat/apis/catalog-inventory.md) · [All operations](https://skmtc.net/redhat/apis/catalog-inventory/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redhat/catalog-inventory/revisions/190f3ae0a70a/schema)
