Skip to content

Heartbeat

This example assumes using Chroma; is in scope and apiKey contains your Chroma API key.

1
2
3
4
5
var client = Client;

HeartbeatResponse heartbeat = await client.System.HeartbeatAsync();

Console.WriteLine($"Heartbeat: {heartbeat.Nanosecond_heartbeat}");