Skip to main content
POST
Create Metric Dashboard

Authorizations

Authorization
string
header
required

You can generate a Personal Access Token from your settings.

Body

application/json

Schema for creating a metrics dashboard.

name
string
required

Display name for the dashboard.

Minimum string length: 1
metrics
string[]

List of metric slugs to display in this dashboard.

Maximum array length: 10
organization_id
string<uuid4> | null

The organization ID.

Example:

"1dbfc517-0bbf-4301-9ba8-555ca42b9737"

Response

Successful Response

A user-defined metrics dashboard.

created_at
string<date-time>
required

The time Ruba created this record.

modified_at
string<date-time> | null
required

The time this record last changed.

id
string<uuid4>
required

The stable identifier for this record.

name
string
required

Display name for the dashboard.

metrics
string[]
required

List of metric slugs displayed in this dashboard.

organization_id
string<uuid4>
required

The ID of the organization owning this dashboard.