Get snapshot status

Returns snapshot status for graceful shutdown coordination. Use with Kubernetes preStop hooks.

GET
/snapshots

Response Body

application/json

curl -X GET "https://loading/snapshots"
{
  "active": true,
  "count": 0,
  "throttled": true
}