Learn R Programming

civis (version 3.1.3)

usage_limits_get_llm: Get a LLM Usage Limit

Description

Get a LLM Usage Limit

Usage

usage_limits_get_llm(id)

Value

A list containing the following elements:

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

id

integer required. The ID for the limit.