Get a list of usage statistics for a given organization
usage_list_llm(org_id = NULL, start_date = NULL, end_date = NULL)
An array containing the following fields:
integer, The ID of the usage statistic to get.
integer, The ID of the run which contributed this usage.
integer, The ID of the job which contributed this usage.
integer, The ID of the user who contributed this usage.
integer, The organization of the user who contributed this usage.
string, When the run was created at.
integer, The duration of the run in seconds.
number, The number of credits used.
integer, The number of tokens input to the run.
integer, The number of tokens output from the run.
string, The ID of the LLM model used.
integer optional. The ID of the organization to get usage statistics for.
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.
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.