Back to Docs

Collaboration

Embedded workflows, approvals, and conversations on data assets.

Overview

Collaboration tools are embedded directly in the governance workflow.

Features

  • Comments: Discuss assets in context
  • Tasks: Assign governance work
  • Approvals: Review and approve changes
  • Notifications: Stay updated on changes

API Reference

POST /api/v1/assets/{id}/comments
{
  "body": "This table needs PII classification",
  "mentions": ["user@example.com"]
}