Returns a paginated list of notes for a specific entity.
Required permission: Permission depends on entity type:
events → claim.notes:readpolicies → policy.notes:readinsureds → insured.notes:readPrivileged notes: Notes marked as privileged are automatically filtered out unless the API key has privileged_notes:read permission.
Use format: ApiKey <your-api-key>
Company identifier
The type of entity (events, policies, or insureds) The type of entity the note is attached to
events, policies, insureds The ID of the entity
Page number (1-based, default 1, page size 50)
x >= 1Field to sort by (default createdAt)
createdAt, updatedAt Sort direction (default desc)
asc, desc