Learn R Programming

civis (version 3.1.3)

usage_limits_list_llm: List LLM Usage Limits

Description

List LLM Usage Limits

Usage

usage_limits_list_llm(organization_id = NULL)

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.

Arguments

organization_id

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