REST APIEnterpriseAudit log

GET

Query Params

  • allTokens boolean
    Whether to include all tokens
  • dateGte string
    Date greater than or equal to
  • dateLt string
    Date less than
  • enterpriseId string
    The enterprise ID to filter by

    matches ^[0-9a-f]{32}$

  • includeV1 boolean
    Whether to include v1 audit logs
  • limit string number
    Limit the number of results
  • prevId string
    The ID of the previous audit log
  • type string or array of strings
    The types of audit log to filter by
  • userId string
    The user ID to filter by
  • walletId string
    The wallet ID to filter by
  • sharedPolicyRuleId string
    The shared policy rule ID to filter by
  • vaspId string
    The VASPs ID to filter by
  • coin string or array of strings
    The coin(s) to filter by

Responses

200
OK

Response Body

object

  • logs array of objects required
    logs object
    • id string required

      matches ^[0-9a-f]{32}$

    • type string required
    • isBitGoAdminAction boolean required
      Indicates whether the action was performed by a BitGo admin
    • ip string ipv4
      The client IP that caused the AuditLog entry to be written
    • user string
      The user that caused the AuditLog entry to be written

      matches ^[0-9a-f]{32}$

    • requestId string
    • walletId string

      matches ^[0-9a-f]{32}$

    • enterpriseId string

      matches ^[0-9a-f]{32}$

    • organizationId string

      matches ^[0-9a-f]{32}$

    • coin string
      A cryptocurrency symbol or token ticker symbol
    • data object
      Properties that apply to the given audit log type
    • date string date-time
  • coin string
    A cryptocurrency symbol or token ticker symbol
  • nextBatchPrevId string
    When a result set is truncated, this field returns the id of the last object in the previous batch. To get the next batch of results, pass this value via the 'prevId' query parameter.