provider Widgets GET /api/v2/widgets/{experience_type}/{uuid}
@utdk/datadog /api/v2/widgets/{experience_type}/{uuid}
Get a widget
Retrieve a widget by its UUID for a given experience type.
experience_type path required
The experience type for the widget.
enum: ccm_reports, logs_reports, csv_reports, product_analytics
uuid path required
The UUID of the widget.
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
getwidget
GET/api/v2/widgets/{experience_type}/{uuid}
Retrieve a widget by its UUID for a given experience type.

Parameters

required

The experience type for the widget.

required

The UUID of the widget.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getwidget()