Polls the scheduler to check if there is currently a build in progress for the given @draft_schedule_sid. If there is a build in progress @build_in_progress will be true. As long as there has been a build started for the given @draft_schedule_sid, @build_start_datetime will be set with the time that the build process started. If a build has been completed for the draft, @build_end_datetime will be set with the time that the build ended, otherwise it will be None. The @build_status gives the status of the most recent build for the draft. The @diagnostics will be set with any diagnostics encountered during the most recent build. Any errors encountered during the build process will be returned as INTERNAL_ERROR diagnostics. Errors:
grpc.Invalid: the @draft_schedule_sid is invalid.
grpc.NotFound: the @draft_schedule_sid does not exist for the org sending the request.
grpc.Internal: error chceking for the build in progress.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
Example
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.cbf.tcn.com/api/v1alpha1/wfm/pollbuildinprogress' \
--header'Content-Type: application/json' \
--data-raw''