API reference for the MeghiQ research prototype, including the newest evidence, privacy, GDPR, AI agent, and resource-mutation governance surfaces.
The latest backend work strengthens enterprise-grade governance: tamper-evident audit records, cryptographic key rotation, encrypted sensitive fields, GDPR rights workflows, resource mutation evidence, and an AI Agent Registry.
Gives enterprise reviewers a verifiable sequence of actions instead of a loose activity log that can be rewritten after the fact.
integrityLets the audit chain keep cryptographic continuity while keys evolve, which matters for long-lived regulated environments.
continuityProtects sensitive identity fields while preserving operational search and ownership lookup without exposing plaintext.
privacySupports export and erasure workflows so privacy review is part of the platform architecture, not a manual afterthought.
rights workflowTurns creates, updates, deletes, executions, toggles, acknowledgements, and remediations into reviewable tenant-scoped evidence.
change lineageCreates a controlled inventory for autonomous agents so organizations can study ownership, access, lifecycle, and operational state.
ownershipExplore and test our API endpoints directly in your browser with our interactive documentation.
View OpenAPI SpecificationSecure your API requests with JWT tokens. All endpoints require authentication.
Authorization: Bearer <your_jwt_token>User authentication, token management, and session handling.
/auth/login/auth/meDiscover and catalog automations across your enterprise platforms.
/automations/discovery/scanMonitor compliance across GDPR, HIPAA, SOX and custom rules.
/compliance/checks/compliance/violationsAI-powered automation analysis, DNA profiling, and predictions.
/ai/dna-profile/ai/health-scoreComprehensive analytics, metrics, and reporting for automations.
/analytics/overview/analytics/metricsReal-time alerts, notifications, and monitoring configuration.
/alerts/notifications/send/api/v1/gdpr/exportGDPR subject export
/api/v1/gdpr/eraseGDPR erasure workflow
/api/v1/ai-agentsAI Agent Registry
/api/v1/audit/verifyTamper-evident audit verification
/api/v1/automations/{id}/disableAutomation state mutation evidence
/api/v1/workflows/workflows/{id}/executeWorkflow execution evidence
/api/v1/scheduled-reports/{id}/runScheduled-report execution evidence
/api/v1/compliance/violations/{id}/remediateCompliance remediation evidence
https://api.meghiq.com/v2curl -H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
https://api.meghiq.com/v2/automations{
"success": true,
"data": {...},
"pagination": {...},
"meta": {...}
}