Skip to main content
GET
/
orgs
/
{org_id}
/
analytics
/
metrics
/
types
Get Org Metric Types
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/analytics/metrics/types
[
  {
    "id": "<string>",
    "name": "<string>",
    "intervals": [
      "hour"
    ]
  }
]

Path Parameters

org_id
string
required

Query Parameters

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json

The types of metrics for the specified organization.

id
string
required
name
string
required
intervals
enum<string>[]
Available options:
hour,
day,
week,
month,
year