Nuix · Schema

AsyncFunctionResponse

Schema for AsyncFunctionResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
functionKey string The function key to use when querying status.
location string The location URL for querying status. (http://nuix-restful-service:8080/svc/v1/asyncFunctions/{functionKey})
View JSON Schema on GitHub

JSON Schema

nuix-rest-asyncfunctionresponse.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-asyncfunctionresponse.json",
  "title": "AsyncFunctionResponse",
  "description": "Schema for AsyncFunctionResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "functionKey": {
      "type": "string",
      "description": "The function key to use when querying status."
    },
    "location": {
      "type": "string",
      "description": "The location URL for querying status.  (http://nuix-restful-service:8080/svc/v1/asyncFunctions/{functionKey})"
    }
  }
}