Skip to main content
GET
/
api
/
policy-gateway
/
exports
List audit log export sinks
curl --request GET \
  --url https://api.abliteration.ai/api/policy-gateway/exports \
  --header 'Authorization: Bearer <token>'
{
  "exports": [
    {
      "id": "<string>",
      "type": "<string>",
      "label": "<string>",
      "enabled": true,
      "config": {},
      "created_at": "<string>",
      "updated_at": "<string>",
      "last_success_at": "<string>",
      "last_error_at": "<string>",
      "last_error": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use a JWT or API key as a Bearer token.

Response

Export sinks

exports
object[]