Watch / Unwatch Assets

Use this API to follow assets you care about most. Watching an asset ensures you are notified of changes or issues. For example, a product manager might watch the “active_users” table to be alerted whenever its schema changes, ensuring downstream dashboards are not broken.

⚠️ All endpoints require authentication. See Authentication & Headers.

Endpoint(s)

  • POST /catalog-server/api/assets/:id/watch - Start Watching
  • DELETE /catalog-server/api/assets/:id/watch - Stop Watching
  • POST /catalog-server/api/assets/byUid/:uid/watch - Watch by UID
  • DELETE /catalog-server/api/assets/byUid/:uid/watch - Unwatch by UID

Path Parameters

ParameterTypeRequiredDescriptionExample
idintegerYesAsset ID12616
uidstringYesUnique asset UIDsales.table

Sample Request

Bash
Copy

Response Schema

See Watched Asset Schema.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard