Export audit log events as CSV
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
workspaceId
uuid | null
Defaults to null
organizationId
uuid | null
Defaults to null
startDate
integer | null
≥ 0
Defaults to null
endDate
integer | null
≥ 0
Defaults to null
actions
array of strings | null
Defaults to null
Actions string
ADD string
actorIds
array of strings | null
Defaults to null
Actorids string
ADD string
targetId
string | null
Defaults to null
accept
string
enum
Defaults to application/json
Generated from available response content types
application/csvapplication/json
Allowed:
application/csv``application/json
`` 200 CSV file containing audit log events
file
object
Content-Disposition
string
Attachment filename
`` 400 Invalid request parameters
`` 403 Forbidden - Wrong API key or Public API access disabled
`` 404 Workspace or organization not found
`` 429 Rate limit exceeded
`` default Unexpected Server error
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://api.synthesia.io/v2/auditLogs/export \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"workspaceId": null,
"organizationId": null,
"startDate": null,
"endDate": null,
"actions": [],
"actorIds": [],
"targetId": null
}
'
xxxxxxxxxx
string
---
| | |
| --- | --- |
| Content-Disposition | Attachment filename |