post
https://api.anduin.app/api/v1/dataroom//insights/activity/export
Export your Data Room activities to a CSV file and gain insights into participant interactions, such as file views, downloads, and key actions like joining or inviting new members.
This API is a Long Request API, meaning the final response must be retrieved via the GET Long Request API. The result is returned in JSON format:
{
"downloadUrl": <string>
}You can download the file using the downloadUrl field. Note: The link expires after 1 day.
Columns
columns is an ordered list that controls both which columns the CSV contains and the order they appear in. Omit it and the export falls back to the default set below - and new columns are never added to that default, so a request that omits columns keeps getting the same columns.
| Column | Value | In the default set |
|---|---|---|
Timestamp | Date and time in one cell, MM/DD/YYYY HH:mm z | Yes |
Date | Date only, MM/DD/YYYY, in the requested timezone | On request |
Time | Time only, HH:mm:ss, in the requested timezone | On request |
ActorName | The actor's current full name | Yes |
ActorEmail | The actor's email | Yes |
ActorEmailDomain | Domain of ActorEmail | Yes |
ActorIp | IP the activity came from, when recorded | Yes |
Group | The actor's groups at export time, joined with , , unquoted — a comma in a name is ambiguous. Unassigned when the actor has none | Yes |
ActorGroupIds | IDs of the actor's groups at export time, joined with , | On request |
ActorTags | The actor's tags at export time, as a CSV record — a name with a comma, quote or line break is quoted | On request |
Description | What the actor did, in one sentence | Yes |
FileName | The file's name; empty on Data Room rows | Yes |
FileId | The file's ID; empty on Data Room rows | Yes |
OriginalFileId | ID of the file this was created from, such as an import; empty otherwise | Yes |
VersionIndex | The file version, counting from 1; empty on Data Room rows | Yes |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…