Get All Audit LogsAsk AIget https://api.fulcrumapp.com/api/v2/audit_logs.jsonQuery ParamssourcestringValid options include: export, data_export, membership, layer, project, audit_log, role, form, data_share, classification_set, authorization, choice_list, import, organization, workflow, webhookactivitystringThe available actions vary by log type but a complete list of valid actions includes: update, create, permission_update, download, delete, reset, share_enabled, share_disabled, update_credit_card, plan_change, billing_emails_change, update_storage, add_credit, change_default.ipstringFilter by ip address of the of the audit log action. The ip address must be an exact match in order to return in values from this filter.userstringFilter by user responsible for the logged changes. This parameter must be the Fulcrum ID for the user in question, which can be obtained from the membership API.updated_sincedate-timeReturn log entries since the given unix timestamp.updated_beforedate-timeReturn log entries before the given unix timestamp.pageint32Defaults to 1The page number requestedper_pageint32Defaults to 20000Number of items per pageHeadersAcceptstringDefaults to application/jsonResponses 200Success 400Bad RequestUpdated about 1 month ago