Keycloak
skycloak_get_realm_export
Get a realm export job by ID. Poll this after skycloak_create_realm_export until status is 'completed'; the download URL only appears then and expires 24 hours later.
Remote skycloak/keycloak-mcp
Remote (network-hosted)
Other tools also called skycloak_get_realm_export?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"export_id": {
"type": "string",
"description": "the realm export ID"
}
}
}