Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

productId
string<uuid>
required

The product ID to retrieve

Response

Product retrieved successfully

id
string<uuid>
required

The product ID.

name
string
required

The product name.

icon
string | null
required

Product icon identifier.

color
string | null
required

Product color hex code.

description
string | null
required

Product description.

optimizationNotes
string | null
required

AI optimization notes for the product.

userPrivacy
string
required

User privacy setting.

members
object[]
required

Product team members.

qualityIndexMetricWeights
object[]
required

Quality index metric weight configuration.

createdAt
string
required

When the product was created (ISO 8601).

updatedAt
string
required

When the product was last updated (ISO 8601).