job
Track status and info of a job.
Track status and all information about a job with a given UUID.
get/job/{uuid}
Path parameters
uuidstring required
UUID to identify job.
Response
JSON detailing all information about a job
Example response
{
"artifacts_url": "https://launchpad.net/ubuntu/+archive/primary/+files/hello_2.10-5_amd64.deb",
"tests_repo": "https://github.com/canonical/ubuntu-gui-testing",
"test_plans": [
"tests/firefox-example/plans/extended.yaml"
]
}