---
title: "Returns all script instances of the SIGNL4 team"
method: GET
path: "/scripts/instances"
tags: ["Scripts"]
---

# Returns all script instances of the SIGNL4 team

`GET /scripts/instances`

Returns all script instances in the subscription.

## Query parameters

- `teamId` string[]
- `modifiedSince` string, date-time

## Response `200`

OK

- ScriptInstanceInfo[]
  - `instanceId` string, nullable
  - `scriptId` string, nullable
  - `scriptName` string, nullable
  - `customScriptName` string, nullable
  - `customScriptDescription` string, nullable
  - `subscriptionId` string, nullable
  - `teamId` string, nullable
  - `eventPattern` unknown
  - `lastModified` string, date-time, nullable
  - `enabled` boolean
  - `runtimeInformation` ScriptInstanceInfoRuntimeInformationModel
    - `runtimeStatus` 0 | 1 | 2 | 3 | 4 | -1
    - `runtimeStatusMessage` string, nullable
  - `eventSourceId` string, nullable

## Other responses

- `400` — Required information could not be found in the request/claims.

---

[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/versions/ddbe216a9287/schema)
