Skip to main content
GET
/
api
/
policy-gateway
/
exports
/
{export_id}
Get an audit log export sink
curl --request GET \
  --url https://api.abliteration.ai/api/policy-gateway/exports/{export_id} \
  --header 'Authorization: Bearer <token>'
{
  "export": {
    "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.

Path Parameters

export_id
string
required

Response

Export sink

export
object