BatchJobsService
Operations
Executes a batch job.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AsyncbooleanOptional
Whether to run the batch job asynchronously.
JobNamestringRequired
Name of the batch job to execute.
Responses
200
Successful operation.
application/json
StatusMessagestringOptional
Status message of the batch job.
TokenIdstringOptional
Token ID of the batch job.
post/executeBatchJob
200
Successful operation.
Retrieves the status of a batch job.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
TokenIdstringRequired
Token ID of the batch job.
Responses
200
Successful operation.
application/json
StatusMessagestringOptional
Status message of the batch job.
TokenIdobjectOptional
Token ID of the batch job.
post/getBatchJobStatus
200
Successful operation.
Last updated
Was this helpful?