Nado Typescript SDK Documentation
    Preparing search index...

    Type Alias GetEngineIpBlockStatusResponse

    GetEngineIpBlockStatusResponse: "query_only" | "blocked" | null

    Given an IP, backend will either:

    • Allow queries only through archive / engine (query_only)
    • Block all requests (blocked)
    • Allow all requests (null)