Skip to main content
GET
Get Workspace Foundation Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace_id
string<uuid>
required

Response

Successful Response

profile
CompanyFoundationProfile · object | null

Validated company foundation profile.

Pydantic validators normalize whatever shape the LLM produces. Stored in WorkspaceSetting.value_json as the result of model_dump(mode="json") and re-validated on read so existing rows with bad shapes are healed.

extra="allow" preserves LLM-invented keys (tagline, founders, ...) so new fields can be experimented with without losing them at the boundary.