FileProcessingJobFilter
FileProcessingJobFilter
A filter to be used against FileProcessingJob
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
spaceId | UUIDFilter | Filter by the object’s `spaceId` field. | |
fileId | UUIDFilter | Filter by the object’s `fileId` field. | |
jobType | JobTypeFilter | Filter by the object’s `jobType` field. | |
jobTargetOutput | JobTargetOutputFilter | Filter by the object’s `jobTargetOutput` field. | |
info | JSONFilter | Filter by the object’s `info` field. | |
status | JobStatusFilter | Filter by the object’s `status` field. | |
retries | IntFilter | Filter by the object’s `retries` field. | |
lastRetryAt | DatetimeFilter | Filter by the object’s `lastRetryAt` field. | |
error | StringFilter | Filter by the object’s `error` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
finishedAt | DatetimeFilter | Filter by the object’s `finishedAt` field. | |
startedAt | DatetimeFilter | Filter by the object’s `startedAt` field. | |
and | [FileProcessingJobFilter!] | Checks for all expressions in this list. | |
or | [FileProcessingJobFilter!] | Checks for any expressions in this list. | |
not | FileProcessingJobFilter | Negates the expression. |