Skip to content

List billable metrics

GET
/v1/billable_metrics/

List all billable metrics with pagination.

skip
Skip
integer
0
limit
Limit
integer
default: 100 >= 1 <= 1000
order_by
Any of:
string

Successful Response

Response List Billable Metrics V1 Billable Metrics Get
Array<object>
BillableMetricResponse
object
id
required
Id
string format: uuid
code
required
Code
string
name
required
Name
string
description
required
Any of:
string
aggregation_type
required
AggregationType
string
Allowed values: count sum max unique_count weighted_sum latest custom
field_name
required
Any of:
string
recurring
required
Recurring
boolean
rounding_function
required
Any of:
string
rounding_precision
required
Any of:
integer
expression
required
Any of:
string
created_at
required
Created At
string format: date-time
updated_at
required
Updated At
string format: date-time

Unauthorized – invalid or missing API key

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object