---
title: "Get organization properties"
method: GET
path: "/properties"
---

# Get organization properties

`GET /properties`

Retrieve the current values of all configurable properties for your organization. Returns only public (user-configurable) properties without schema metadata. For schema information including available values and constraints, use the `/properties/schema` endpoint.

## Response `200`

Properties retrieved successfully

- object
  - `properties` OrganizationProperties — Organization configuration properties
    - `defaultRegion` string — Default region for new service deployments

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `500` — Internal server error

---

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