Skip to content

Audit records and exports

24 endpoints. Every path below is served by bevm-backend behind the gateway at https://api.trilocore.ai.

GET /api/v1/bevm/audit-checkpoints

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-checkpoints \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-destinations

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-destinations \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/audit-destinations

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/audit-destinations \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

DELETE /api/v1/bevm/audit-destinations/{dest_id}

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X DELETE https://api.trilocore.ai/api/v1/bevm/audit-destinations/{dest_id} \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/audit-destinations/{dest_id}/disable

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/audit-destinations/{dest_id}/disable \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/audit-destinations/{dest_id}/enable

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/audit-destinations/{dest_id}/enable \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-events

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-events \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-events/{event_id}

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-events/{event_id} \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-exports

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-exports \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/audit-exports

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/audit-exports \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-exports/{export_id}

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-exports/{export_id} \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-exports/{export_id}/content

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-exports/{export_id}/content \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"
Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-legal-holds \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/audit-legal-holds

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/audit-legal-holds \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

POST /api/v1/bevm/audit-legal-holds/{hold_id}/release

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X POST https://api.trilocore.ai/api/v1/bevm/audit-legal-holds/{hold_id}/release \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-residency

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-residency \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

PUT /api/v1/bevm/audit-residency

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X PUT https://api.trilocore.ai/api/v1/bevm/audit-residency \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-retention-policy

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-retention-policy \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

PUT /api/v1/bevm/audit-retention-policy

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X PUT https://api.trilocore.ai/api/v1/bevm/audit-retention-policy \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-tombstones

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-tombstones \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

DELETE /api/v1/bevm/audit-views/me

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X DELETE https://api.trilocore.ai/api/v1/bevm/audit-views/me \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

GET /api/v1/bevm/audit-views/me

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend
curl -X GET https://api.trilocore.ai/api/v1/bevm/audit-views/me \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

PATCH /api/v1/bevm/audit-views/me

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X PATCH https://api.trilocore.ai/api/v1/bevm/audit-views/me \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"

PUT /api/v1/bevm/audit-views/me

Property Value
Authentication Authorization: Bearer (jns_ key or SSO session)
Idempotency-Key not required
Success 200
Upstream bevm-backend

Request body not published

This endpoint accepts a body, but no machine-readable schema for it is published yet, so none is shown. The example below is therefore incomplete — do not read it as "send no body".

curl -X PUT https://api.trilocore.ai/api/v1/bevm/audit-views/me \
  -H "Authorization: Bearer $TRILOCORE_API_KEY"