For the complete documentation index, see llms.txt. This page is also available as Markdown.

BatchJobsService

Perform Symitar batch operations.

Operations

listBatchJobs

post

Lists all available batch jobs.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
StatusMessagestringOptional

Status message of the batch job.

post/listBatchJobs
200

Successful operation.

executeBatchJob

post

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.

getBatchJobStatus

post

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?