List the accepted research detail types
Returns research detail type tokens and their write metadata. The metadata includes 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: Clerk session JWT, Clerk OAuth access token, or Clerk API key
Response headers
Requests allowed per client IP in the current rate-limit window.
Requests left before the tightest applicable rate-limit bucket rejects.
Seconds until the exhausted rate-limit bucket admits another request; 0 when none is exhausted.
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.