Nuix · Schema

UserScriptRequestV2

Schema for UserScriptRequestV2 in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
fileName string The path location of a script file, relative to the 'userScriptsLocation' property. If this field has a value, it will be used and has priority over the "script" field. The "fileName" field or "script
script string A script to execute as a literal string. If the "filename" property has a value, this field will be ignored and the script will be run from the provided file location instead. The "script" field or "f
language string Language that the script is written in.
name string Sets the name of the script.
description string A brief description of what the script does.
relativeOutputDirectory string The script output directory relative to the case path. Output is only written if the `writeOutputToFileSystem` property is true.
customArguments object Used to map any arguments the user wants to add and reference later in the script.
writeOutputToFileSystem boolean True to writes the script output to the file system, false otherwise.
View JSON Schema on GitHub

JSON Schema

nuix-rest-userscriptrequestv2.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-userscriptrequestv2.json",
  "title": "UserScriptRequestV2",
  "description": "Schema for UserScriptRequestV2 in Nuix REST API",
  "type": "object",
  "properties": {
    "fileName": {
      "type": "string",
      "description": "The path location of a script file, relative to the 'userScriptsLocation' property. If this field has a value, it will be used and has priority over the \"script\" field.  The \"fileName\" field or \"script\" field is required for this request."
    },
    "script": {
      "type": "string",
      "description": "A script to execute as a literal string.  If the \"filename\" property has a value, this field will be ignored and the script will be run from the provided file location instead. The \"script\" field or \"filename\" field is required for this request."
    },
    "language": {
      "type": "string",
      "description": "Language that the script is written in.",
      "enum": [
        "RUBY",
        "JAVASCRIPT",
        "PYTHON"
      ]
    },
    "name": {
      "type": "string",
      "description": "Sets the name of the script."
    },
    "description": {
      "type": "string",
      "description": "A brief description of what the script does."
    },
    "relativeOutputDirectory": {
      "type": "string",
      "description": "The script output directory relative to the case path.  Output is only written if the `writeOutputToFileSystem` property is true."
    },
    "customArguments": {
      "type": "object",
      "additionalProperties": {
        "type": "object"
      },
      "description": "Used to map any arguments the user wants to add and reference later in the script."
    },
    "writeOutputToFileSystem": {
      "description": "True to writes the script output to the file system, false otherwise.",
      "type": "boolean",
      "default": false
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-rest-userscriptrequestv2"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.