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>"
}
]
}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>"
}
]
}