NetworkAction

Public API representation of a network action (audit log entry). Immutable record of changes made to contacts/companies.

  • cursor
    Type: string

    Opaque cursor for pagination (use this to fetch next page)

  • details

    Type-specific details about this action

  • event
    Type: null | string

    Audit event type: "ContactCreated", "ContactUpdated", "LinkCreated", etc. Only present for audit actions (type="audit").

  • id
    Type: string

    Unique identifier for this action

  • importId
    Type: null | integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32

    Import batch ID that triggered this action. Only present for actions originating from contact imports.

  • source
    Type: null | string

    Origin of this action: "PublicApi", "Import", or "System". Null for web UI actions and historical data.

  • timestampUtc
    Type: stringFormat: date-time

    When this action occurred (UTC)

  • type
    Type: string

    Type of action: "note" or "audit" (legacy: "api")

  • user
    Type: object ยท ActionUser nullable

    User who performed this action (if available)

    • id
      Type: string

      User's unique identifier

    • name
      Type: string

      User's display name