GET api/v1.0/status/:uuid
Get the status for job :uuid
Parameters
Required
Name | Type | Description | Default | Example Values |
---|---|---|---|---|
uuid | string | UUID of the job | - | f2b4e02-1c94-443b-9326-901dc8ebd351 |
Examle Request
curl http://dorina.mdc-berlin.de/api/v1.0/status/f2b4e02-1c94-443b-9326-901dc8ebd351
{
"state": "pending",
"uuid": "f2b4e02-1c94-443b-9326-901dc8ebd351"
}