Manage Jobs (deprecated)
Get job
Retrieve job
get/spaces/{spaceId}/job/{jobId}
Path parameters
spaceIdstring required
The unique identifier of the space.
jobIdstring required
The unique identifier of the job.
Response
The Job
Example response
{
"type": "Import",
"description": "This job imports some GeoJSON data to my space",
"source": {
"type": "Files"
},
"target": {
"type": "Space",
"id": "sdkeuh7"
}
}