Skip to main content

Get Snapshotter Overall Status

GET 

/internal/snapshotter/status

Returns the overall status of the snapshotter.

NOTE: This endpoint is only available on the Full Node.

Args:

request (Request): The incoming request.
response (Response): The outgoing response.
rate_limit_auth_dep (RateLimitAuthCheck, optional): The rate limit authentication check. Defaults to Depends(rate_limit_auth_check).

Returns:

dict: A dictionary containing the snapshotter status.

Request

Responses

Successful Response

Schema
    any
Loading...