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.

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

Filter activity by file IDs

filterFile
filterRole
array of objects

Filter activity by actor's role

filterUserEmail
array of objects

Filter activity by user emails

filterUserEmail
filterGroup
array of objects

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