# Get

Launch stage: Beta

`GET /api/2.0/postgres/{name=projects/*/branches/*/databases/*/cdf-configs/*}`

Get a single Lakebase CDF configuration, including the source Postgres
 schema, target Unity Catalog schema, and the identity under which writes are
 authorized.

API scopes: postgres

## Path parameters

- `name` (string, optional)
  The resource name of the CdfConfig to retrieve.
   Format: projects/{project}/branches/{branch}/databases/{database}/cdf-configs/{cdf_config}

## Returns

Returns the CdfConfig object.

## Response

```json
{
  "name": "string",
  "catalog": "string",
  "schema": "string",
  "create_time": "string",
  "cdf_config_id": "string",
  "postgres_schema": "string"
}
```

