Skip to content
Go to Boltz API

Usage

Retrieve aggregated usage data for the organization. Usage can be grouped by workspace and/or application, and filtered by time range, workspace, and application.

Get usage data
client.admin.usage.list(UsageListParams { ending_at, starting_at, window_size, 5 more } query, RequestOptionsoptions?): OpaqueCursorPage<UsageListResponse { end_time, quantity, start_time, 2 more } >
GET/compute/v1/admin/usage
ModelsExpand Collapse
UsageListResponse { end_time, quantity, start_time, 2 more }
end_time: string
formatdate-time
quantity: number

Aggregated billed quantity for this bucket

start_time: string
formatdate-time
application?: "structure_and_binding" | "small_molecule_design" | "small_molecule_library_screen" | 4 more
One of the following:
"structure_and_binding"
"small_molecule_design"
"small_molecule_library_screen"
"protein_design"
"protein_redesign"
"protein_library_screen"
"adme"
workspace_id?: string

Present when grouped by workspace_id