v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011189403.1 MB
packs

List all Packs

Get a list of all Packs.

get/packs

Query parameters

withstring

Comma-separated list of additional properties to include in the response. When set, the response includes a count of each specified property in each Pack. Supported values: <code>inputs</code>, <code>outputs</code>, <code>collectors</code>.

offsetinteger

Pagination offset

limitinteger

Maximum number of items to return

Response

List of Pack objects.

countinteger required

Number of items present in the items array

offsetinteger

Pagination offset

limitinteger

Pagination limit

totalCountinteger

Total number of items available (present when limit is set)

Example response

{
  "items": [
    {
      "tags": {
        "domain": [
          "security",
          "observability"
        ],
        "technology": [
          "aws",
          "splunk"
        ]
      },
      "version": "1.0.0"
    }
  ]
}