cURL
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>" } }
Use a JWT or API key as a Bearer token.
Export sink
Show child attributes