Retrieves batch request details from the Azure OpenAI Batch API.
list_azure_openai_batches(
.endpoint_url = Sys.getenv("AZURE_ENDPOINT_URL"),
.limit = 20,
.max_tries = 3,
.timeout = 60
)A tibble with batch details: batch ID, status, creation time, expiration time, and request counts (total, completed, failed).