Audit Logs
Get Audit Logs
Audit Logs
Data sources
Data diffs
Explore
BI
- GETList all integrations
- POSTCreate a DBT BI integration
- PUTUpdate a DBT BI integration
- POSTCreate a Hightouch integration
- PUTUpdate a Hightouch integration
- POSTCreate a Looker integration
- PUTUpdate a Looker integration
- POSTCreate a Mode Analytics integration
- PUTUpdate a Mode Analytics integration
- POSTCreate a Power BI integration
- PUTRename a Power BI integration
- POSTCreate a Tableau integration
- PUTUpdate a Tableau integration
- GETGet an integration
- DELRemove an integration
- GETSync a BI integration
Audit Logs
Get Audit Logs
GET
/
api
/
v1
/
audit_logs
curl --request GET \
--url https://app.datafold.com/api/v1/audit_logs \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"end_date": "2023-11-07T05:31:56Z",
"start_date": "2023-11-07T05:31:56Z"
}'
{
"logs": [
{
"action": "<string>",
"client_ip": "<string>",
"event_uuid": "<string>",
"is_support_user": true,
"log_entry": "<string>",
"object_id": 123,
"object_type": "<string>",
"payload": {},
"referer": "<string>",
"request_type": "<string>",
"source": "<string>",
"status": "<string>",
"timestamp": "<string>",
"url": "<string>",
"user_agent": "<string>",
"user_email": "<string>",
"user_id": 123
}
]
}
Authorizations
Use the 'Authorization' header with the format 'Key <api-key>'
Response
200
application/json
Successful Response
curl --request GET \
--url https://app.datafold.com/api/v1/audit_logs \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"end_date": "2023-11-07T05:31:56Z",
"start_date": "2023-11-07T05:31:56Z"
}'
{
"logs": [
{
"action": "<string>",
"client_ip": "<string>",
"event_uuid": "<string>",
"is_support_user": true,
"log_entry": "<string>",
"object_id": 123,
"object_type": "<string>",
"payload": {},
"referer": "<string>",
"request_type": "<string>",
"source": "<string>",
"status": "<string>",
"timestamp": "<string>",
"url": "<string>",
"user_agent": "<string>",
"user_email": "<string>",
"user_id": 123
}
]
}