Request This endpoint expects an object.
type enum Required
The type of job
operation string Required
the type of operation to perform on the data. For example, "export".
source string Required
The id of a file, workbook, sheet, or app
destination string Optional
The id of the workbook where extracted file data will be sent
trigger enum Optional
the type of trigger to use for this job
Allowed values: manual immediate
status enum Optional
the status of the job
progress integer Optional
the progress of the job. Whole number between 0 and 100
fileId string Optional
File ID
mode enum Optional
the mode of the job
Allowed values: foreground background toolbarBlocking hidden
input map from strings to any Optional
Input parameters for this job type.
subject object Optional
Subject parameters for this job type.
outcome map from strings to any Optional
Outcome summary of job.
result map from strings to any Optional
Information computed during job execution can be stored here
info string Optional
Current status of job in text
managed boolean Optional
Indicates if Flatfile is managing the control flow of this job or if it is being manually tracked.
environmentId string Optional
The id of the environment this job belongs to
part integer Optional
The part number of this job
partData map from strings to any Optional
The data for this part of the job
partExecution enum Optional
The execution mode for this part of the job
Allowed values: sequential parallel
parentId string Optional
The id of the parent job
predecessorIds list of strings Optional
The ids of the jobs that must complete before this job can start
metadata map from strings to any Optional
Additional metadata for the job
Response This endpoint returns an object.
data object
A single unit of work that will execute asynchronously