List llm_usage
GET/v1/llm_usage
List llm_usage for the active tenant.
Query-Parameter
| Name | Typ | Beschreibung |
|---|---|---|
cursor | string | |
limit | number | |
includeDeleted | boolean |
Beispiel
curl -X GET https://api.codemeta-os.de/v1/llm_usage \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.llm_usage.list();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |