get_audit_log
ActiveTool of SendIt
declared in 0.1.0
Retrieve audit log entries for your account. Shows a timestamped trail of all actions performed: publishes, schedules, account connections, content library changes, etc. Filter by action type, resource type, or date range.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max entries to return (default 50, max 200)"
},
"action": {
"type": "string",
"description": "Filter by action (e.g. 'post.published', 'account.connected')"
},
"end_date": {
"type": "string",
"format": "date",
"description": "End date (YYYY-MM-DD)"
},
"start_date": {
"type": "string",
"format": "date",
"description": "Start date (YYYY-MM-DD)"
},
"resource_type": {
"type": "string",
"description": "Filter by resource type (e.g. 'post', 'account', 'keyword')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries