Welcome to Theo Docs — the AI orchestration API.
Query the immutable audit trail.
cURL
curl --request GET \ --url https://api.example.com/api/v1/audit
{ "id": "<string>", "action": "<string>", "entityType": "<string>", "entityId": "<string>", "userId": "<string>", "timestamp": "<string>", "inputSummary": {}, "outputSummary": {} }
curl https://hitheo.ai/api/v1/audit \ -H "Authorization: Bearer $THEO_API_KEY"
"completion.created"
"skill.installed"
"key.created"
"completion"
"skill"
"api_key"
GET /api/v1/audit
Was this page helpful?