Actions
Get Job
Get the details of a job by its ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Job ID | The ID of the job to get the details of. |
{
"jobType": "",
"jobState": "",
"caseId": 0,
"userId": 0,
"userName": "",
"dateStarted": "",
"timeElapsed": "",
"dateResultsUpdated": "",
"otherJobData": "",
"jobName": "",
"state": "",
"jobId": 0,
"lastModifiedDate": "",
"lastModifiedBy": 0,
"processingMachine": "",
"casePath": "",
"submittedDate": "",
"errors": 0,
"totalDocumentCount": 0,
"completedDocumentCount": 0
}
Was this page helpful?