usage_limits_list_llm: List LLM Usage Limits

View source: R/generated_client.R

usage_limits_list_llmR Documentation

List LLM Usage Limits

Description

List LLM Usage Limits

Usage

usage_limits_list_llm(organization_id = NULL)

Arguments

organization_id

integer optional. If specified, return limits for this organization only.

Value

An array containing the following fields:

id

integer, The ID for the limit.

organizationId

integer, The ID of the organization to which this limit belongs.

createdAt

string, The time this limit was created.

updatedAt

string, The time the limit was last updated.

hardLimit

integer, The limit value. One of 1000, 10000, 50000, and 100000.


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