Nuix · Schema
listJobRequest
Schema for listJobRequest in Nuix ECC REST API
ForensicseDiscoveryInvestigationsComplianceData ProcessingLegal TechnologyIntelligence
Properties
| Name | Type | Description |
|---|---|---|
| limit | integer | optional, maximum number of jobs to be included in the response. |
| jobId | integer | optional, id of a specific job to retrieve. If provided, other parameters are ignored, as only the specified job is included in the response. |
| sortBy | string | optional, field name to sort result (see list of field names in the description of this command). |
| ascending | boolean | optional, `true` to sort results in ascending order, `false` for descending. If omitted, sort is ascending |
| filters | array | |
| where | string | optional, SQL WHERE clause (minus the word WHERE) used to construct more complex filtering. If `where` is specified or present then the `filters` field is ignored. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-ecc-listjobrequest.json",
"title": "listJobRequest",
"description": "Schema for listJobRequest in Nuix ECC REST API",
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description": "optional, maximum number of jobs to be included in the response."
},
"jobId": {
"type": "integer",
"description": "optional, id of a specific job to retrieve.\n\nIf provided, other parameters are ignored, as only the specified job is included in the response."
},
"sortBy": {
"type": "string",
"description": "optional, field name to sort result (see list of field names in the description of this command).",
"enum": [
"ID",
"CollectionID",
"CustodianID",
"TargetID",
"ComputerID",
"TaskName",
"TaskNumber",
"Label",
"TotalTasks",
"ProgramName",
"Destination",
"DestinationType",
"CaseName",
"CollectionName",
"CustodianName",
"TargetName",
"ComputerName",
"Status",
"Priority",
"Stage",
"SubmitTime",
"BeginTime",
"EndTime",
"NumFilesToCollect",
"NumFilesCollected",
"BytesToCollect",
"BytesCollected",
"NumWarninings",
"NumErrors",
"ReportingTime",
"PausedMinutes"
]
},
"ascending": {
"type": "boolean",
"description": "optional, `true` to sort results in ascending order, `false` for descending.\n\nIf omitted, sort is ascending"
},
"filters": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the field to filter by. See the list of field names in the description of this command.",
"enum": [
"ID",
"CollectionID",
"CustodianID",
"TargetID",
"ComputerID",
"TaskName",
"TaskNumber",
"Label",
"TotalTasks",
"ProgramName",
"Destination",
"DestinationType",
"CaseName",
"CollectionName",
"CustodianName",
"TargetName",
"ComputerName",
"Status",
"Priority",
"Stage",
"SubmitTime",
"BeginTime",
"EndTime",
"NumFilesToCollect",
"NumFilesCollected",
"BytesToCollect",
"BytesCollected",
"NumWarninings",
"NumErrors",
"ReportingTime",
"PausedMinutes"
]
},
"value": {
"description": "The value of the specified field to filter by. The type can vary depending on the field (see the field list in this command's description). String comparisons are case-sensitive."
}
}
}
},
"where": {
"type": "string",
"description": "optional, SQL WHERE clause (minus the word WHERE) used to construct more complex filtering.\n\nIf `where` is specified or present then the `filters` field is ignored."
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nuix-ecc-listjobrequest"
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.