This article will provide you with a basic overview and related resources for bulk exporting data using APIs.
As part of the Security and Data Pro add-on, Ironclad customers can export data in bulk using a Public API endpoint. There are two types of exports available:
- User Entitlements Audit Log
- Workflow Activity Feed
Exported data will be in CSV format by default, but JSON (specifically JSON lines aka JSONL) format is also available. You can then filter the data output based on the time range. Data is available with up to a 36 hour delay. The report may not contain activities up to the specified endDate parameter if endDate is within the last 36 hours.
User Entitlements Audit Log
An Audit Log is a record-keeping system that tracks and logs activities and actions performed within the application. It provides a detailed trail of user actions, system events, and changes made to contracts, offering transparency, accountability, and enhanced security. In the initial release, a User Entitlement Audit Log will be available with coverage of administrative events such as user management and permission changes.
Workflow Activity Feed
The Workflow Activity Feed is the same as the Ironclad web app. In the past, you could only view the Activity Feed on a contract workflow. You can now export the entire contract workflow activity feed via a Public API.
For more information on how to bulk export data using a public API, refer to our Developer Hub.