GetJobStatus Action

Get the status of a job. The message status returned contains the correlation id and the organization id.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
istrain
Edm.Boolean False True

Whether the job is trained.

correlationid
Edm.String True False

The correlation Id of the job

aimodelid
Edm.String True False

The AI model associated with the job.

Return Type

Type Nullable Description
GetJobStatusResponse False Contains the response of the GetJobStatus action.

See also