Board_relation type columns all null in API

Across all of my organization’s boards, every ‘connect boards’ column (board_relation in the API) returns a null value in the value field of the API, even when the item itself is not empty in the actual board:

{‘id’: ‘connect_boards_mkm7d8zz’,
‘text’: None,
‘value’: None,
‘display_value’: ‘redacted’,
‘linked_item_ids’: [‘redacted’],
‘updated_at’: ‘2026-01-30T15:03:28+00:00’}

The linked item id used to show up in the value field, but doesn’t anymore. An example of the above value field from several days ago:

{“changed_at”:“2026-01-13 15:25:40 +0000”,“linkedPulseIds”:[{“linkedPulseId”:redacted},{“linkedPulseId”:redacted},{“linkedPulseId”:redacted}]}

Is this an intentional/permanent change? Or is this an error?

3 replies