Skip to main content
POST

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Body

application/json
contextType
string
required

Context type of the row to fetch (e.g. slack_channel_metadata).

Example:

"slack_channel_metadata"

dataPath
string[]
required

Hierarchical data path identifying the row. Full equality match against the row's data_path column.

Example:
contentProjection
object

Optional JSONB projection applied at SQL time to shrink the payload. When omitted the full content column is returned.

Response

item
object | null
required

The matched row, or null when no row in the caller's tenant matches the supplied (contextType, dataPath).