Get an individual usage statistic for a given organization
usage_get_llm(id)
A list containing the following elements:
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 required. The ID of the usage statistic to get.