Skip to main content
GET
/
orgs
/
{org_id}
/
conscience-values
/
log
Get conscience values audit log
curl --request GET \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/conscience-values/log \
  --header 'Authorization: Bearer <token>'
{
  "org_id": "<string>",
  "entries": [
    {
      "id": "<string>",
      "org_id": "<string>",
      "action": "create",
      "actor": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "value_id": "<string>",
      "changes": {},
      "metadata": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Response

200 - application/json

Audit log entries

org_id
string
entries
object[]