---
title: "List Custom Properties"
method: GET
path: "/api/v1/resource/all_v2/custom_properties/"
tags: ["Custom Properties"]
---

# List Custom Properties

`GET /api/v1/resource/all_v2/custom_properties/`

Get all custom properties in the workspace.

## Response `200`

OK

- V1CustomPropertyOut[]
  - `id` string, uuid, required
  - `name` string, required
  - `entity_types` string[]
  - `value_type` string, required
  - `integration` V1LiteIntegrationOut
    - `name` string, required
    - `type` string, required
    - `id` string, uuid

---

[API](https://skmtc.dev/secoda/apis/secoda-api.md) · [All operations](https://skmtc.dev/secoda/apis/secoda-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/secoda/secoda-api/revisions/e6d760bd7a94/schema)
