Skip to main content
GET
/
{recordType}
/
{alias}
/
{id}
/
watchers
Error
A valid request URL is required to generate request examples
{
  "items": [
    {
      "id": "w-123",
      "target": {
        "id": "u-456",
        "email": "user@example.com",
        "name": "Jane Doe"
      },
      "createdAt": "2026-03-15T10:30:00Z"
    }
  ],
  "total": 123,
  "paging": {
    "has_next_page": true,
    "end_cursor": "<string>",
    "start_cursor": "<string>",
    "has_previous_page": true
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

recordType
string<string>
required

'apps', 'elements', 'tasks', or 'transactions'

alias
string<string>
required

The application alias

id
string<string>
required

The record ID

Response

Ok

items
object[]
total
integer<int32>
paging
object