---
title: "Get a Powerpack"
method: GET
path: "/api/v2/powerpacks/{powerpack_id}"
tags: ["Powerpack"]
---

# Get a Powerpack

`GET /api/v2/powerpacks/{powerpack_id}`

Get a powerpack.

## Path parameters

- `powerpack_id` string, required

## Response `200`

OK

- PowerpackResponse — Response object which includes a single powerpack configuration.
  - `data` PowerpackData — Powerpack data object.
    - `attributes` PowerpackAttributes — Powerpack attribute object.
      - `description` string — Description of this powerpack.
      - `group_widget` PowerpackGroupWidget, required — Powerpack group widget definition object.
        - `definition` PowerpackGroupWidgetDefinition, required — Powerpack group widget object.
          - `layout_type` string, required — Layout type of widgets.
          - `show_title` boolean — Boolean indicating whether powerpack group title should be visible or not.
          - `title` string — Name for the group widget.
          - `type` string, required — Type of widget, must be group.
          - `widgets` PowerpackInnerWidgets[], required — Widgets inside the powerpack.
            - `definition` object, required — Information about widget.
            - `layout` PowerpackInnerWidgetLayout — Powerpack inner widget layout.
              - …
        - `layout` PowerpackGroupWidgetLayout — Powerpack group widget layout.
          - `height` integer, required — The height of the widget. Should be a non-negative integer.
          - `width` integer, required — The width of the widget. Should be a non-negative integer.
          - `x` integer, required — The position of the widget on the x (horizontal) axis. Should be a non-negative integer.
          - `y` integer, required — The position of the widget on the y (vertical) axis. Should be a non-negative integer.
        - `live_span` '1m' | '5m' | '10m' | '15m' | '30m' | '1h' | '4h' | '1d' | '2d' | '1w' | '1mo' | '3mo' | '6mo' | '1y' | 'alert' — The available timeframes depend on the widget you are using.
      - `name` string, required — Name of the powerpack.
      - `tags` string[] — List of tags to identify this powerpack.
      - `template_variables` PowerpackTemplateVariable[] — List of template variables for this powerpack.
        - `available_values` string[], nullable — The list of values that the template variable drop-down is limited to.
        - `defaults` string[] — One or many template variable default values within the saved view, which are unioned together using `OR` if more than one is specified.
        - `name` string, required — The name of the variable.
        - `prefix` string, nullable — The tag prefix associated with the variable. Only tags with this prefix appear in the variable drop-down.
    - `id` string — ID of the powerpack.
    - `relationships` PowerpackRelationships — Powerpack relationship object.
      - `author` RelationshipToUser — Relationship to user.
        - `data` RelationshipToUserData, required — Relationship to user object.
          - `id` string, required — A unique identifier that represents the user.
          - `type` 'users', required — Users resource type.
    - `type` string — Type of widget, must be powerpack.
  - `included` User[] — Array of objects related to the users.
    - `attributes` UserAttributes — Attributes of user object returned by the API.
      - `created_at` string, date-time — The ISO 8601 timestamp of when the user account was created.
      - `disabled` boolean — Whether the user account is deactivated. Disabled users cannot log in.
      - `email` string — The email address of the user, used for login and notifications.
      - `handle` string — The unique handle (username) of the user, typically matching their email prefix.
      - `icon` string — URL of the user's profile icon, typically a Gravatar URL derived from the email address.
      - `last_login_time` string, date-time, nullable — The ISO 8601 timestamp of the user's most recent login, or null if the user has never logged in.
      - `mfa_enabled` boolean — Whether multi-factor authentication (MFA) is enabled for the user's account.
      - `modified_at` string, date-time — The ISO 8601 timestamp of when the user account was last modified.
      - `name` string, nullable — The full display name of the user as shown in the Datadog UI.
      - `service_account` boolean — Whether this is a service account rather than a human user. Service accounts are used for programmatic API access.
      - `status` string — The current status of the user account (for example, `Active`, `Pending`, or `Disabled`).
      - `title` string, nullable — The job title of the user (for example, "Senior Engineer" or "Product Manager").
      - `uuid` string — The globally unique identifier (UUID) of the user.
      - `verified` boolean — Whether the user's email address has been verified.
    - `id` string — ID of the user.
    - `relationships` UserResponseRelationships — Relationships of the user object returned by the API.
      - `org` RelationshipToOrganization — Relationship to an organization.
        - `data` RelationshipToOrganizationData, required — Relationship to organization object.
          - `id` string, required — ID of the organization.
          - `type` 'orgs', required — Organizations resource type.
      - `other_orgs` RelationshipToOrganizations — Relationship to organizations.
        - `data` RelationshipToOrganizationData[], required — Relationships to organization objects.
          - `id` string, required — ID of the organization.
          - `type` 'orgs', required — Organizations resource type.
      - `other_users` RelationshipToUsers — Relationship to users.
        - `data` RelationshipToUserData[], required — Relationships to user objects.
          - `id` string, required — A unique identifier that represents the user.
          - `type` 'users', required — Users resource type.
      - `roles` RelationshipToRoles — Relationship to roles.
        - `data` RelationshipToRoleData[] — An array containing type and the unique identifier of a role.
          - `id` string — The unique identifier of the role.
          - `type` 'roles' — Roles type.
    - `type` 'users' — Users resource type.

## Other responses

- `404` — Powerpack Not Found.
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
