Brain

GET /v1/brain/review/conflicts

List entity/fact dedup conflicts awaiting human review

unison-brain
GET /v1/brain/review/conflicts

List entity/fact dedup conflicts awaiting human review (id, pair, engine verdict, calibrated confidence).

Required scope: brain:admin

Example

curl -X GET 'https://brain.unisonlabs.ai/v1/brain/review/conflicts' \
  -H "Authorization: Bearer $UNISON_TOKEN"

Returns the JSON described above on success, or an error envelope { "error": { "code", "message" } } on failure.