Run deployment
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
Headers
Request
Required unless using input_dir
or manual_upstream_integration
. The batch ID of a batch created with the Batches endpoint. All files uploaded to the batch are used as input for the run.
Required unless using batch_id
or manual_upstream_integration
. The path of the input folder in a connected drive or Instabase Drive. See Specifying file paths.
Use the deployment’s upstream integration as a source rather than a batch_id
or input_dir
. Requires an upstream integration to be configured for the deployment.
Required if manual_upstream_integration
is true and the upstream integration is a mailbox integration. Specifies the earliest date in Unix time milliseconds from which to pull emails.
Required if manual_upstream_integration
is true and the upstream integration is a mailbox integration. Specifies the latest date in Unix time milliseconds from which to pull emails.
Defines a specific location for the output to be saved in a connected drive or Instabase Drive. If defined, overrides the output workspace configured for the deployment. See Specifying file paths.
Response
When the run finished, in Unix time nanoseconds. null
if run is still in progress.