{ "operationId": "getGraphSnapshot", "method": "GET", "path": "/snapshots/{snapshotIdentifier}", "summary": "Amazon Neptune Get Graph Snapshot Details", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "getGraphSnapshot200Example", "example": { "id": "neptune-cluster-abc123", "name": "my-neptune-cluster", "arn": "arn:aws:neptune:us-east-1:123456789012:db:neptune-cluster-1", "sourceGraphId": "neptune-cluster-abc123", "snapshotCreateTime": "2025-03-15T14:30:00Z", "status": "CREATING", "kmsKeyIdentifier": "neptune-cluster-abc123" } } ] }