Batches List and manage batch processing jobs. This example assumes using Groq; is in scope and apiKey contains your Groq API key. 1 2 3 4using var client = new GroqClient(apiKey); // List all batch processing jobs. var response = await client.Batch.ListBatchesAsync();