latestOpenAPI 3.1.0Proprietary2026-08-175035117.5 KB

019f79ecdd6c

Exports

Get an export job

Returns the current state of an export job. Poll this until status is success, failure or cancelled.

get/v3/exports/{jobId}

Path parameters

jobIdstring uuid required

The export job identifier.

Response

The export job.

jobIdstring uuid
createdAtstring date-time
connectionstring

Name of the connection. Falls back to its identifier if the connection has since been deleted.

sourcestring
format'geoparquet' | 'geojson' | 'shapefile' | 'geopackage' | 'csv' | 'tab' | 'kml' | 'kmz'
status'pending' | 'running' | 'success' | 'failure' | 'cancelled'

success, failure and cancelled are final states.

errorstring

Empty string when the job hasn't failed.