Get Job Status
const url = 'https://example.com/jobs/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/jobs/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \ --header 'Authorization: Bearer <token>'Get the status of an ingestion job.
Only the job creator or an admin can view job status.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Successful Response
object
object
object
object
object
object
Fix(#888): how much geometry the Web Mercator clamp destroyed.
The clamp is a box, not a latitude cutoff: longitude -180 to 180 and latitude -85.06 to 85.06. Either bound can be the one that cost the user geometry, so clients must not present this as a latitude-only problem (fix(#899 codex r1)).
dropped_features lost their geometry entirely (a valid point at lat
-89.95 becomes MULTIPOINT EMPTY); clipped_features survived in
reduced form.
object
object
Example
{ "status": "pending", "warnings": [ { "kind": "reserved_rename" } ], "current_step": "queued", "archive_failed": false}Bad request — invalid query parameters or payload
Unauthorized — missing or invalid credentials
Forbidden — caller lacks access to this resource
Not found
Validation error
Too many requests — retry after the advertised interval
Headers
Section titled “Headers ”Seconds until the request may be retried
Internal server error
Service unavailable — the database could not serve the request