dokploy_audit_log
Retrieve Dokploy audit logs with filters for user, resource, action, type, and time range. Use to track changes and deployments across your infrastructure.
Instructions
Read the Dokploy audit log with filters. Only action is 'list'. Filters (all optional): userId, userEmail, resourceName, auditAction (create|update|delete|deploy|cancel|redeploy|login|logout), resourceType (project|service|environment|deployment|user|customRole|domain|certificate|registry|server|sshKey|gitProvider|notification|settings|session), from/to (ISO timestamps), limit (default 50, max 500), offset. Note: the wire-level query parameter is called action; the MCP arg is auditAction to avoid clashing with the tool's action discriminator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO-8601 end timestamp | |
| from | No | ISO-8601 start timestamp | |
| limit | No | ||
| action | Yes | ||
| offset | No | ||
| userId | No | ||
| userEmail | No | ||
| auditAction | No | Filter by audit action verb | |
| resourceName | No | ||
| resourceType | No |