Datadog Dashboard List

Get dashboard list items

Fetch the dashboard list’s dashboard definitions.

Inputs

Field

Type

Description

dashboard_list_id [required]

number,string

ID of the dashboard list to get items from.

Outputs

Expand All

Field

Type

Description

total

number

Number of dashboards in the dashboard list.

dashboards [required]

[object]

List of dashboards in the dashboard list.

popularity

number

Popularity of the dashboard.

is_shared

boolean

Whether the dashboard is publicly shared or not.

author

object

name

string

handle

string

email

string

url

string

URL path to the dashboard.

icon

string

URL to the icon of the dashboard.

title

string

Title of the dashboard.

modified

date-time

Date of last edition of the dashboard.

created

date-time

Date of creation of the dashboard.

is_favorite

boolean

Whether or not the dashboard is in the favorites.

is_read_only

boolean

Whether or not the dashboard is read only.

type [required]

enum

The type of the dashboard. Allowed enum values: custom_timeboard,custom_screenboard,integration_screenboard,integration_timeboard,host_timeboard

id [required]

string

ID of the dashboard.