Export activities

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.

ColumnValueIn the default set
TimestampDate and time in one cell, MM/DD/YYYY HH:mm zYes
DateDate only, MM/DD/YYYY, in the requested timezoneOn request
TimeTime only, HH:mm:ss, in the requested timezoneOn request
ActorNameThe actor's current full nameYes
ActorEmailThe actor's emailYes
ActorEmailDomainDomain of ActorEmailYes
ActorIpIP the activity came from, when recordedYes
GroupThe actor's groups at export time, joined with , , unquoted — a comma in a name is ambiguous. Unassigned when the actor has noneYes
ActorGroupIdsIDs of the actor's groups at export time, joined with , On request
ActorTagsThe actor's tags at export time, as a CSV record — a name with a comma, quote or line break is quotedOn request
DescriptionWhat the actor did, in one sentenceYes
FileNameThe file's name; empty on Data Room rowsYes
FileIdThe file's ID; empty on Data Room rowsYes
OriginalFileIdID of the file this was created from, such as an import; empty otherwiseYes
VersionIndexThe file version, counting from 1; empty on Data Room rowsYes
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The Anduin ID of your Data Room

Body Params
dataRoomActivities
array of objects

Data room activities to export, if not specified, we will export all the activity types

dataRoomActivities
contentActivities
array of objects

Content activities to export, if not specified, we will export all the activity types

contentActivities
string

Start timestamp, if not specified, we will export from 1970-01-01

string

End timestamp, if not specified, we will use the current timestamp

string

Timezone of the timestamps

columns
array of objects

An ordered list of exported columns

columns
filterFile
array of objects, unique

Filter activity by file IDs

filterFile
filterRole
array of objects, unique

Filter activity by actor's role

filterUserEmail
array of objects

Filter activity by user emails

filterUserEmail
filterGroup
array of objects, unique

Filter activity by group IDs

filterGroup
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json