---
title: "List all Packs"
method: GET
path: "/packs"
tags: ["packs"]
---

# List all Packs

`GET /packs`

Get a list of all Packs.

## Query parameters

- `with` string

## Response `200`

a list of PackInfo objects

- CountedPackInfo
  - `count` integer — number of items present in the items array
  - `items` PackInfo[]
    - `author` string
    - `collectors` number
    - `dependencies` object
    - `description` string
    - `displayName` string
    - `exports` string[]
    - `id` string, required
    - `inputs` number
    - `isDisabled` boolean
    - `minLogStreamVersion` string
    - `outputs` number
    - `settings` object
    - `source` string, required
    - `spec` string
    - `tags` TagsTypePackInstallInfo
      - `dataType` string[]
      - `domain` string[]
      - `streamtags` string[]
      - `technology` string[]
    - `version` string

## Other responses

- `401` — Unauthorized
- `500` — Unexpected error

## Changes

- **2026-03-06** `11df16b26c1d` — 1 info
  - added the optional property `items/items/collectors` to the response with the `200` status
- **2025-11-14** `72b542d3fe49` — 2 breaking, 1 info
  - the response property `items/items/tags/dataType` became optional for the status `200`
  - the response property `items/items/tags/technology` became optional for the status `200`
  - added the optional property `items/items/dependencies` to the response with the `200` status
- **2025-08-26** `72f306103a82` — 2 breaking
  - the response property `items/items/tags/domain` became optional for the status `200`
  - the response property `items/items/tags/streamtags` became optional for the status `200`

[Change history](https://skmtc.dev/criblio/apis/cribl-api-reference/changes/packs/get.md)

---

[API](https://skmtc.dev/criblio/apis/cribl-api-reference.md) · [All operations](https://skmtc.dev/criblio/apis/cribl-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/criblio/cribl-api-reference/revisions/11df16b26c1d/schema)
