Creates a Sentry dashboard with widgets for an organization; `organization_id_or_slug` and specified `project` IDs must be valid, and `start`/`end` datetimes (if absolute range) must form a logical ISO 8601 range.
idstringOptional client-specified unique dashboard identifier; Sentry generates one if omitted.
endstringAbsolute end datetime (ISO 8601) for time range; 'start' must also be set for custom absolute range.
utcbooleanIf true, time range is UTC; otherwise, defaults to user's local time or organization settings.
startstringAbsolute start datetime (ISO 8601) for time range; 'end' must also be set for custom absolute range.
titleRequiredstringTitle for the new dashboard.
periodstringDefault relative time range (e.g., '24h', '7d', 'auto'); 'auto' is often 14 days. Overridden if 'start' and 'end' are provided.
filtersobjectAdditional key-value filters (Sentry search syntax for keys) for the dashboard.
widgetsarrayList of widget configurations defining appearance, data queries, and layout.
projectsarrayProject IDs to scope dashboard data; if empty/null, may apply to all accessible projects based on org settings.
environmentarrayEnvironment names (e.g., 'production') to filter data; if empty/null, all environments included.
organization_id_or_slugRequiredstringID or slug of the Sentry organization where the dashboard will be created.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.