Manage Jobs
Get job
Retrieve job
get/jobs/{jobId}
Path parameters
jobIdstring required
The unique identifier of the job.
Response
The Job
Example response
{
"description": "This job exports some data from my space into GeoJSON files",
"source": {
"type": "Space",
"id": "sdkeuh7"
},
"target": {
"type": "Files"
}
}