Studio Service

FileProcessingJobFilter

FileProcessingJobFilter

A filter to be used against FileProcessingJob object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
orgIdUUIDFilterFilter by the object’s `orgId` field.
spaceIdUUIDFilterFilter by the object’s `spaceId` field.
fileIdUUIDFilterFilter by the object’s `fileId` field.
jobTypeJobTypeFilterFilter by the object’s `jobType` field.
jobTargetOutputJobTargetOutputFilterFilter by the object’s `jobTargetOutput` field.
infoJSONFilterFilter by the object’s `info` field.
statusJobStatusFilterFilter by the object’s `status` field.
retriesIntFilterFilter by the object’s `retries` field.
lastRetryAtDatetimeFilterFilter by the object’s `lastRetryAt` field.
errorStringFilterFilter by the object’s `error` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
finishedAtDatetimeFilterFilter by the object’s `finishedAt` field.
startedAtDatetimeFilterFilter by the object’s `startedAt` field.
and[FileProcessingJobFilter!]Checks for all expressions in this list.
or[FileProcessingJobFilter!]Checks for any expressions in this list.
notFileProcessingJobFilterNegates the expression.