---
title: "Get bundle"
method: GET
path: "/bundles/{bundleId}"
tags: ["Bundles"]
---

# Get bundle

`GET /bundles/{bundleId}`

Get the settings of a bundle.

## Path parameters

- `bundleId` string, required

## Response `200`

Bundle

- object
  - `bundle` BundleDynamo
    - `Active` boolean — Whether or not the bundle is active
    - `BuildABoxFilterGroups` object[] — Filter groups for the bundle
      - `GroupName` string — Group name
      - `Id` string — Id
      - `Filters` object[] — Filters
        - `FilterCondition` string — Condition
        - `FilterType` string — Type
        - `FilterValue` string — Value
        - `Id` string — Id
        - `Name` string — Name

## Other responses

- `404` — Not Found

---

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