Manage Jobs
Get jobs
Retrieve jobs
get/spaces/{spaceId}/jobs
Path parameters
spaceIdstring required
The unique identifier of the space.
Query parameters
status'waiting' | 'queued' | 'validating' | 'preparing' | 'prepared' | 'executing' | 'executed' | 'finalizing' | 'finalized' | 'aborted' | 'failed'
Job Status
Response
Job List
Example response
[
{
"type": "Import",
"description": "This job imports some GeoJSON data to my space",
"source": {
"type": "Files"
},
"target": {
"type": "Space",
"id": "sdkeuh7"
}
}
]