---
title: "Get Bundle"
method: GET
path: "/api/admin/v2/bundles/{id}"
tags: ["Bundles"]
---

# Get Bundle

`GET /api/admin/v2/bundles/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- BundleV2
  - `id` string, required — Unique identifier of the bundle
  - `name` string, required — Display name of the bundle
  - `description` string, nullable — Description of the bundle
  - `access_targets` AccessBundleAccessTargetV2[], required
    - `integration` IntegrationAccessTargetV2 — External service or platform connection where resources are managed and permissions are applied
      - `integration_id` string, required — Unique identifier of the integration
      - `integration_name` string, required — Display name of the integration
      - `resource_type` string, required — Type of resource associated with the integration
      - `permissions` string[], required — List of granted actions on the resources
      - `resources_scopes` ResourcesScopeIntegrationAccessTargetV2[], nullable
        - `scope_mode` string, required — Inclusion or exclusion rule for resource access: include_resources or exclude_resources
        - `type` string, required — Filtering method: APONO_ID, NAME, or TAG
        - `key` string, nullable — Tag name used for resource filtering (only when type = TAG)
        - `values` string[], required — Values matching Apono IDs, Names, or service tag values
    - `access_scope` AccessScopeAccessTargetV2 — Dynamic group of resources that updates automatically based on saved query criteria across integrations
      - `access_scope_id` string, required — Unique identifier of the access scope
      - `access_scope_name` string, required — Display name of the access scope
    - `query_target` QueryAccessTargetV2 — Query target. Resources matched by an inline AQL expression evaluated at access-resolution time
      - `query` string, required — AQL expression evaluated at resolution time
  - `space` SpaceReferenceV1 — Space details this entity belongs to
    - `space_id` string, required — Unique identifier of the space
    - `space_name` string, required — Unique name of the space
  - `creation_date` string, date-time, required — ISO 8601 formatted date-time
  - `update_date` string, date-time, required — ISO 8601 formatted date-time

---

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