List Metric Definitions

List all metric definitions that have been created for the organization.

GET /external/v1/external/v1/customers/metrics

Request

Parameters

  • None

Responses

Successful Response (200) (application/json)

Returns an array of metric definition objects.

Field

Type

Description

id

integer

The internal database ID of the definition.

metric_id

string

The unique external ID assigned to the metric.

name

string

The human-readable name of the metric.

description

string

A detailed description of what the metric tracks.

data_type

string

The expected data type for the values of this metric (e.g., STRING, NUMBER, DATE).

organization_id

integer

The organization ID this metric belongs to.

time_created

string (datetime)

Creation timestamp.

time_updated

string (datetime)

Last update timestamp.

Example Response Body (200):

Last updated