Get package

GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}

Path parameters

Query parameters

  • Ignore if the package is fails signature verification

  • full boolean

    Return all fields from the package manifest, not just those supported by the Elastic Package Registry

  • prerelease boolean

    Whether to return prerelease versions of packages (e.g. beta, rc, preview)

    Default value is false.

Responses

GET /api/fleet/epm/packages/{pkgName}/{pkgVersion}
curl \
 -X GET https://localhost:5601/api/fleet/epm/packages/{pkgName}/{pkgVersion}
Response examples (200)
{
  "item": {
    "assets": [
      "string"
    ],
    "categories": [
      "string"
    ],
    "conditions": {
      "elasticsearch": {
        "subscription": "basic"
      },
      "kibana": {
        "versions": "string"
      }
    },
    "data_streams": [
      {
        "ingeset_pipeline": "string",
        "name": "string",
        "package": "string",
        "release": "string",
        "title": "string",
        "type": "string",
        "vars": [
          {
            "default": "string",
            "name": "string"
          }
        ]
      }
    ],
    "description": "string",
    "download": "string",
    "elasticsearch": {
      "privileges": {
        "cluster": [
          "string"
        ]
      }
    },
    "format_version": "string",
    "icons": [
      "string"
    ],
    "internal": true,
    "name": "string",
    "path": "string",
    "readme": "string",
    "release": "experimental",
    "screenshots": [
      {
        "path": "string",
        "size": "string",
        "src": "string",
        "title": "string",
        "type": "string"
      }
    ],
    "source": {
      "license": "Apache-2.0"
    },
    "title": "string",
    "type": "string",
    "version": "string"
  },
  "keepPoliciesUpToDate": true,
  "latestVersion": "string",
  "licensePath": "string",
  "notice": "string",
  "savedObject": {},
  "status": "installed"
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}