Skip to main content
Version: Current

Introduction

APIs and Models to initiate, monitor, and control your automation jobs

API

Here is the list of APIs existing under the Jobs category.

APIDescription
DeleteJobAsyncThe API deletes an existing Job from the connected AI Command Center.
ExecuteJobAsyncThe Smart Buddy executes an existing Job with provided job details from the connected AI Command Center and waits for the job to complete its execution.
ExecuteJobV2AsyncSmart Buddy executes a predefined job using the provided job details from the connected AI Command Center.
GetAllAssistantBuddyJobsAsyncGets the list of all Assistant Buddy JobsList information from the connected AI Command Center.
GetAllSmartBuddyJobsAsyncGets the list of all Smart Buddy JobsList information from the connected AI Command Center.
GetJobInfoAsyncGets the Job information with the specified Id from the connected AI Command Center.
GetJobStatusAsyncThe API gets the job status with a specified Id from the connected AI Command Center.
GetJobsByAssistantBuddyIdAsyncThe API gets the list of all jobs with specified Assistant Buddy Id from the connected AI Command Center.
GetJobsByBotIdAsyncThe API gets the list of all jobs with specified Smart Buddy Id from the connected AI Command Center.
SubmitJobAsyncThis API submits the job for execution in the AI Command Center and waits for the job to complete.
SuspendJobAsyncSuspends the job with specified SuspendedJobInfo details from the connected AI Command Center.
SubmitJobV2AsyncThis API submits the job for execution in the AI Command Center.

Models

Here is a list of Models used in Jobs APIs.

ModelsDescription
JobInfoThe structure represents an instance of the Job entity.
JobsListThe structure represents an instance of the JobsList entity.
NewJobInfoThe structure represents an instance of the New Job entity.
SuspendedJobInfoThe structure represents an instance of Suspend Job entity.
ViewJobInfoThe structure represents an instance of the View Job entity.
JobDetailsThe structure represents an instance of the Job detail entity.
JobStartInfoThe structure represents an instance of the Job Start entity.