---
title: "List Network Objects"
method: GET
path: "/network/object"
tags: ["Network"]
---

# List Network Objects

`GET /network/object`

List all network objects

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalDbModelsNetworkObject
  - `data` GithubComAlchemillahqSylveInternalDbModelsNetworkObject[]
    - `autoUpdate` boolean
    - `createdAt` string
    - `description` string
    - `entries` GithubComAlchemillahqSylveInternalDbModelsNetworkObjectEntry[]
      - `createdAt` string
      - `id` integer
      - `objectId` integer
      - `updatedAt` string
      - `value` string — IP, CIDR, port, country code, FQDN, etc.
    - `id` integer
    - `isUsed` boolean
    - `isUsedBy` string — "", "dhcp" for now
    - `lastRefreshAt` string
    - `lastRefreshError` string
    - `name` string
    - `refreshIntervalSeconds` integer
    - `resolutionChecksum` string
    - `resolutions` GithubComAlchemillahqSylveInternalDbModelsNetworkObjectResolution[]
      - `createdAt` string
      - `id` integer
      - `objectId` integer
      - `resolvedIp` string — deprecated mirror for resolved IP entries
      - `resolvedValue` string
      - `updatedAt` string
    - `sourceChecksum` string
    - `type` string — "Host", "Mac", "Network", "Port", "Country", "List", "FQDN", "DUID"
    - `updatedAt` string
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/versions/950e51f8af98/schema)
