---
title: "Returns all available inventory scripts which can be added to a SIGNL4 subscription."
method: GET
path: "/scripts/inventory"
tags: ["Scripts"]
---

# Returns all available inventory scripts which can be added to a SIGNL4 subscription.

`GET /scripts/inventory`

Returns all available inventory scripts which can be added to a SIGNL4 subscription.

## Response `200`

OK

- InventoryScriptInfo[]
  - `config` unknown
  - `eventPattern` unknown
  - `data` ScriptDescriptionData
    - `name` string, nullable
    - `shortDescription` string, nullable
    - `description` string, nullable
    - `scriptType` string, nullable
  - `localizationDetails` ScriptLocalizationDetail[], nullable
    - `language` string, nullable
    - `data` ScriptDescriptionData
      - `name` string, nullable
      - `shortDescription` string, nullable
      - `description` string, nullable
      - `scriptType` string, nullable
    - `config` unknown
  - `scriptId` string, nullable
  - `scriptName` string, nullable
  - `visibility` string, nullable

## Other responses

- `400` — Required information could not be found in the request/claims.
- `500` — An internal error occurred while loading all inventory scripts.

---

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