---
title: "Get Namespace Instance Config"
method: GET
path: "/v1/namespace/{namespace_id}/instance"
tags: ["v1", "Instance Configuration"]
---

# Get Namespace Instance Config

`GET /v1/namespace/{namespace_id}/instance`

Get resolved instance configuration for a namespace (namespace > org). Passwords are masked.

## Path parameters

- `namespace_id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- InstanceConfigResponse — Standard response envelope for instance config operations.
  - `code` integer — HTTP status code
  - `status` string — 'success' or 'error'
  - `data` InstanceConfigItem — Instance configuration — response model for GET endpoints.
    - `neo4j` Neo4jInstanceConfigItem — Neo4j instance configuration — response (password masked).
      - `bolt_url` string, required — Neo4j bolt connection URL
      - `username` string, required — Neo4j username
      - `password_masked` string, required — Masked password (e.g. '****ab12')
      - `graphql_endpoint` string, nullable — Neo4j GraphQL endpoint URL
    - `provider` string, required — Cloud provider
    - `region` string, required — Cloud region
    - `scope` string, required — Where this config was resolved from: 'namespace' or 'organization'
  - `error` string, nullable — Error message if failed
  - `details` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/papr-ai/apis/papr-memory-api.md) · [All operations](https://skmtc.net/papr-ai/apis/papr-memory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/papr-ai/papr-memory-api/versions/b553be9aad37/schema)
