List research detail types
Returns research detail type tokens and write metadata, including valueShape, allowedToken, range, and timeSeries. When timeSeries=true, each believable dated observation is historical data: add a new current row and delete only rows believed false.
Authentication
User bearer token: Supabase or Clerk session JWT, Clerk OAuth access token, or Clerk personal API key
Admin API key for system-to-system write operations
Client secret for read-only service-to-service access (no writes)
Response
Whether rows are dated history; true means add current observations and keep believable old rows.
Write-time value shape token. For numericCountOrRange details, send either discreteValue for an exact count or textValue for an employee range.
Read projection category; choose write fields from valueShape.
Inclusive numeric bounds for numericRatio, numericScore, and numericGrowthRate. numericGrowthRate values use percentage points: 80 means 80%, not 0.8.