Skip to main content
Version: 2024.1

New Job Scheduling REST API Response Codes

Each API call you make returns a server response. For example:

Possible response codes are:

CodeDescriptionResult
200SuccessAPI call was successfully executed.
400Error: Bad requestAPI call is not applicable. For example, attempting to stop an already completed suite execution.
401Error: UnauthorizedAuthorization issue. accessToken may have expired.