v44

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-192301780.0 KB
Vaults

Get CaseMark job status

Get the status of a CaseMark summary workflow job.

get/vault/{id}/objects/{objectId}/summarize/{jobId}

Path parameters

idstring required

Vault ID

objectIdstring required

Source object ID

jobIdstring required

CaseMark job ID

Response

Job status retrieved successfully

jobIdstring

Case.dev job ID

status'pending' | 'processing' | 'completed' | 'failed'

Current job status

workflowTypestring

Type of workflow being executed

sourceObjectIdstring

ID of the source document

resultObjectIdstring nullable

ID of the result document (if completed)

resultFilenamestring nullable

Filename of the result document (if completed)

errorstring nullable

Error message (if failed)

createdAtstring date-time

When the job was created

completedAtstring date-time nullable

When the job completed