---
title: "Get Project Profile Config String"
method: GET
path: "/api/v1/project/profile_config"
tags: ["project"]
---

# Get Project Profile Config String

`GET /api/v1/project/profile_config`

## Response `200`

Successful Response

- ProfileConfigDataResponse
  - `data` ProfileConfigData
    - `profile_config` string, nullable, required — Profile config string
  - `errno` 0 | 400 | 401 | 403 | 404 | 405 | 409 | 422 | 500 | 501 | 502 | 503 | 504 | 520
  - `errmsg` string — Error message, empty when success

## Changes

- **2025-04-17** `ff75f1135b23` — 1 breaking, 1 warning
  - response property `data/anyOf[subschema #1: ProfileConfigData]/profile_config` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the new `520.00` enum value to the `errno` response property for the response status `200`
- **2025-02-08** `cda98ceb078f` — 1 info
  - endpoint added
- **2025-01-15** `a9bfbdf3d53b` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/memodb-io/apis/memobase-api/changes/api/v1/project/profile_config/get.md)

---

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