v1
latestOpenAPI 3.0.12026-07-26272332.0 KBWatchers
Get the list of watchers
get/{recordType}/{alias}/{id}/watchers
Path parameters
recordTypestring string required
'apps', 'elements', 'tasks', or 'transactions'
aliasstring string required
The application alias
idstring string required
The record ID
Response
Ok
Example response
{
"items": [
{
"id": "w-123",
"target": {
"id": "u-456",
"email": "user@example.com",
"name": "Jane Doe"
},
"createdAt": "2026-03-15T10:30:00Z"
}
]
}