usage_list_llm_organization_summary: Get summarized usage statistics for a given organization

View source: R/generated_client.R

usage_list_llm_organization_summaryR Documentation

Get summarized usage statistics for a given organization

Description

Get summarized usage statistics for a given organization

Usage

usage_list_llm_organization_summary(org_id, start_date = NULL, end_date = NULL)

Arguments

org_id

integer required. The ID of the organization to get usage statistics for.

start_date

string optional. The start date of the range to get usage statistics for."\ "Defaults to the start of the current month if neither start_date nor end_date is specified.

end_date

string optional. The end date of the range to get usage statistics for."\ "Defaults to the end of the current day if neither start_date nor end_date is specified.

Value

A list containing the following elements:

credits

number, The number of credits used.

organizationId

integer, The organization for which LLM usage statistics are summarized.


civis documentation built on Aug. 30, 2025, 1:08 a.m.