/
GA
galileo
/
Galileo API Server
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v4
latest
OpenAPI 3.1.0
2026-08-01
968
1,101
2.0 MB
custom_dashboards
Create Widget
post
/custom_dashboards/{dashboard_id}/widgets
Path parameters
dashboard_id
string
uuid4
required
Request body
CustomDashboardWidgetCreateRequest
required
Request to create a widget on a custom dashboard.
name
string
required
description
string
nullable
type
'bar_chart'
|
'line_chart'
|
'number'
|
'table'
required
dataset
object[]
nullable
metric
string
required
aggregation
'Count'
|
'Sum'
|
'Average'
|
'Min'
|
'Max'
|
'P50'
|
'P90'
|
'P95'
|
'P99'
|
'PercentageFalse'
|
'PercentageTrue'
required
section_id
string
uuid4
nullable
analysis_mode
'compare'
|
'combine'
Response
Successful Response
CustomDashboardWidgetResponse
required
id
string
uuid4
required
name
string
required
description
string
nullable
type
'bar_chart'
|
'line_chart'
|
'number'
|
'table'
required
dataset
object[]
nullable
metric
string
required
aggregation
'Count'
|
'Sum'
|
'Average'
|
'Min'
|
'Max'
|
'P50'
|
'P90'
|
'P95'
|
'P99'
|
'PercentageFalse'
|
'PercentageTrue'
required
section_id
string
uuid4
nullable
analysis_mode
'compare'
|
'combine'