---
title: "Get the fields for hosts"
method: GET
path: "/v1/fields/hosts/{category}"
tags: ["Fields"]
---

# Get the fields for hosts

`GET /v1/fields/hosts/{category}`

Get the list of fields to query on host

## Path parameters

- `category` string, required

## Response `200`

OK

- object
  - `data` Field[]
    - `category` string
    - `display_category` string
    - `is_locked` boolean — requires user subscription upgrade to access
    - `name` string

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `408` — Request Timeout
- `500` — Internal Server Error

---

[API](https://skmtc.net/cybledev/apis/odin.md) · [All operations](https://skmtc.net/cybledev/apis/odin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cybledev/odin/revisions/95defd23433f/schema)
