getJobDetails

Back to index

Summary

Retrieves complete information about a job, including details from each job step.
jobId
Stringrequired
The primary key of the job, or the name of the job.
structureOnly
Booleanoptional
Reduces the amount of information returned by some api calls to minimal structural information.

Usage

Perl

$cmdr->getJobDetails( "test-jobId" # jobId # optionals );

ectool

ectool getJobDetails \ "test-jobId" `# jobId` \ # optionals

Examples

Perl

$cmdr->getJobDetails(4fa765dd-73f1-11e3-b67e-b0a420524153, {structureOnly => 1});

ectool

ectool getJobDetails 4fa765dd-73f1-11e3-b67e-b0a420524153 --structureOnly 1