action signl4_get_scripts_instances { label: "Returns all script instances of the SIGNL4 team" description: "Returns all script instances in the subscription." provider: signl4 method: GET path: "/scripts/instances" encoding: json input: { type: "object" properties: { teamId: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { config: { type: "object" } customScriptDescription: { type: "string" } customScriptName: { type: "string" } enabled: { type: "boolean" } eventPattern: { type: "object" } instanceId: { type: "string" } lastModified: { type: "string" format: "date-time" } runtimeInformation: { type: "object" properties: { status: { type: "integer" format: "int32" enum: [0, 1, 2, 3, -1] } statusMessage: { type: "string" } } additionalProperties: false } scriptId: { type: "string" } scriptName: { type: "string" } subscriptionId: { type: "string" } teamId: { type: "string" } } additionalProperties: false } } }