/playbooks-engine/audit_log/trigger
Here is a curl to make it simpler:
Drdroid agent in users.
Here is a website to make it simpler to get To and From dates.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Export task execution information for any users for auditing purposes
/playbooks-engine/audit_log/trigger
Here is a curl to make it simpler:
curl --location 'https://app.drdroid.io/playbooks-engine/audit_log/trigger' \
\--header 'Authorization: Bearer <YOUR-API-TOKEN>' \
\--header 'Content-Type: application/json' \
\--data-raw '{
"recipient_email_ids": [], // Send to emails
"users": [], // Filter by users who have executed tasks
"meta": {
"time_range": {
"time_geq": 1744528831, // From (Unix time in seconds)
"time_lt": 1744888031 // To (Unix time in seconds)
}
}
}'
Drdroid agent in users.
Here is a website to make it simpler to get To and From dates.