Nuix · Schema

AsyncFunctionStatusesResponse

Schema for AsyncFunctionStatusesResponse in Nuix REST API

ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence

Properties

Name Type Description
executeImmediate array List of AsyncFunctionStatus objects for Async functions which are queued to execute.
singleItemQueue array List of AsyncFunctionStatus object for Async functions which are in the single item queue.
paused boolean True if the task is paused. False otherwise.
pausedBy string The auth token of the user that paused the task.
pausedUntil integer The time the task is paused until.
caseQueues array List of queued case functions.
totalRunningFunctions integer The total number of running tasks.
View JSON Schema on GitHub

JSON Schema

nuix-rest-asyncfunctionstatusesresponse.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-asyncfunctionstatusesresponse.json",
  "title": "AsyncFunctionStatusesResponse",
  "description": "Schema for AsyncFunctionStatusesResponse in Nuix REST API",
  "type": "object",
  "properties": {
    "executeImmediate": {
      "type": "array",
      "description": "List of AsyncFunctionStatus objects for Async functions which are queued to execute.",
      "items": {
        "$ref": "#/components/schemas/AsyncFunctionStatusObject"
      }
    },
    "singleItemQueue": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AsyncFunctionStatusObject"
      },
      "description": "List of AsyncFunctionStatus object for Async functions which are in the single item queue."
    },
    "paused": {
      "type": "boolean",
      "description": "True if the task is paused.  False otherwise."
    },
    "pausedBy": {
      "type": "string",
      "description": "The auth token of the user that paused the task."
    },
    "pausedUntil": {
      "type": "integer",
      "format": "int64",
      "description": "The time the task is paused until."
    },
    "caseQueues": {
      "type": "array",
      "description": "List of queued case functions.",
      "items": {
        "$ref": "#/components/schemas/CaseFunctionQueue"
      }
    },
    "totalRunningFunctions": {
      "type": "integer",
      "format": "int32",
      "description": "The total number of running tasks."
    }
  }
}

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-asyncfunctionstatusesresponse"
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 email required.

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