---
title: "Get properties"
method: POST
path: "/account/v1alpha1/properties"
tags: ["Properties"]
---

# Get properties

`POST /account/v1alpha1/properties`

Get properties from the database

## Request body

- HelperAuth
  - `kubeConfig` string
  - `owner` string
  - `token` string
  - `userID` string
  - `userUID` string

## Response `200`

successfully retrieved properties

- HelperGetPropertiesResp
  - `data` HelperGetPropertiesRespData
    - `properties` CommonPropertyQuery[]
      - `alias` string
      - `name` string
      - `unit` string
      - `unit_price` number
  - `message` string

## Other responses

- `401` — authenticate error
- `500` — failed to get properties

---

[API](https://skmtc.net/labring/apis/sealos-account-service.md) · [All operations](https://skmtc.net/labring/apis/sealos-account-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/sealos-account-service/revisions/185eff260477/schema)
