Keycloak

skycloak_get_export

Get a database export job by ID, including its status, progress, and (once completed) the time-limited download URL.

Remote skycloak/keycloak-mcp

Remote (network-hosted)

Other tools also called skycloak_get_export? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "export_id": {
      "type": "string",
      "description": "the export job ID"
    },
    "cluster_id": {
      "type": "string",
      "description": "the cluster ID"
    }
  }
}