Query Widget Data
Fetches computed data for one widget. Request time range fields override widget defaults for this query only.
Path parameters
dashboardId
The id of the dashboard.
widgetId
The id of the widget.
Headers
CONFIDENT_API_KEY
The API key of your Confident AI project.
Request
Optional time range override for the widget data query. Send {} to use the widget’s saved/default time range.
startTime
ISO 8601 start time for the query range. Must be provided with endTime.
endTime
ISO 8601 end time for the query range. Must be provided with startTime.
granularity
Optional bucket granularity override for the query.
Response
The computed data for the requested widget.
success
Indicates if the request was successful.
data
The computed widget data.
deprecated
Indicates if this endpoint is deprecated.