| 123456789101112131415161718192021222324252627282930313233343536 | --:api: open-job:request: OpenJobRequest:response: OpenJobResponse--[role="xpack"][id="{upid}-{api}"]=== Open {anomaly-job} APIOpens {anomaly-jobs} in the cluster. It accepts a +{request}+ object andresponds with a +{response}+ object.[id="{upid}-{api}-request"]==== Open {anomaly-job} requestAn +{request}+ object gets created with an existing non-null `jobId`.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------<1> Constructing a new request referencing an existing `jobId`<2> Optionally setting the `timeout` value for how long theexecution should wait for the job to be opened.[id="{upid}-{api}-response"]==== Open {anomaly-job} response["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> `isOpened()` from the +{response}+ indicates if the job was successfullyopened or not.include::../execution.asciidoc[]
 |