Exact single-item lookup by (contextType, dataPath)
Returns the matching row or {item: null} when no exact match exists. Full-equality match on data_path; partial / prefix matches are NOT supported here. The optional contentProjection shrinks the content payload at SQL time (top-level scalar fields plus per-element keys inside array-valued fields).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Context type of the row to fetch (e.g. slack_workspace_channel_list).
"slack_workspace_channel_list"
Hierarchical data path identifying the row. Full equality match against the row's data_path column.
[
"00000000-0000-4000-a000-000000000111",
"T0123456"
]Optional JSONB projection applied at SQL time to shrink the payload. When omitted the full content column is returned.
Response
The matched row, or null when no row in the caller's tenant matches the supplied (contextType, dataPath).