Convert a geo file to GeoParquet format
Converts a geo file from the staging area to GeoParquet format. Supported source formats: GeoJSON (.geojson, .json), ESRI Shapefile (.zip). If the source file is already in GeoParquet format, the same location is returned without conversion.
Request Body
locationstring · minLength: 1 · requiredLocation of the file in the staging area to convert.
Responses
Conversion was successful.
locationstring · requiredLocation of the converted GeoParquet file in the staging area.
Upload a geo collection file to the staging area
Provides a location for uploading staging files for custom geo collections. Supported file types: GeoParquet (.parquet), GeoJSON (.geojson, .json), ESRI Shapefile (.zip). Maximum file size: 100 MB.
Responses
Upload was successful.
locationstring · requiredLocation to use when referencing the uploaded file in subsequent requests.
Import custom geo collection
Import a geo collection file from the staging area to be available for use. The file must be in GeoParquet format (use the convert endpoint first for other formats). Validates file size (max 100 MB), organization storage quota (max 1 GB total), and GeoParquet schema (requires id, geometry, and bbox columns).
path Parameters
collectionIdstring · required
Responses
Successful import.
versioninteger · int32 · requiredThe version of the imported geo collection.
(BETA) Collect physical table and column statistics from a StarRocks data source
(BETA) Reads pre-computed CBO statistics from StarRocks. Supports both internal catalog (native/PIPE tables) and external catalog (Iceberg tables). Statistics include row counts, data sizes, NDV (number of distinct values), null counts, and min/max values.
path Parameters
dataSourceIdstring · required
Responses
OK
tablesobject[] · requiredwarningsobject[] · required
Set Certification
Set or clear the certification (e.g. CERTIFIED) of a workspace entity. Requires MANAGE permission.
path Parameters
workspaceIdstring · required
Request Body
idstring · requiredID of the entity.
Example: total-salestypestring · enum · requiredType of the entity.
Enum values:metricvisualizationObjectanalyticalDashboardcomputedAttribute
messagestring | nullOptional message associated with the certification.
statusstring | null · enumCertification status of the entity.
Enum values:CERTIFIED
Responses
No Content
Get all Custom Geo Collections
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
pageintegerZero-based page index (0..N)
Default: 0sizeintegerThe size of the page to be returned
Default: 20sortstring[]Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
metaIncludestring[] · unique · style: formInclude Meta objects.
Included meta objects
Enum values:pageallALL
Responses
Request successfully processed
dataobject[] · unique · required
linksobjectmetaobject
Get Custom Geo Collection
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
Responses
Request successfully processed
dataobject · requiredJSON:API representation of customGeoCollection entity.
linksobject
Put Custom Geo Collection
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
Responses
Request successfully processed
dataobject · requiredJSON:API representation of customGeoCollection entity.
linksobject
Patch Custom Geo Collection
path Parameters
idstring · pattern:^(?!\.)[.A-Za-z0-9_-…· required
query Parameters
filterstringFiltering parameter in RSQL. See https://github.com/jirutka/rsql-parser. You can specify any object parameter and parameter of related entity (for example title=='Some Title';description=='desc'). Additionally, if the entity relationship represents a polymorphic entity type, it can be casted to its subtypes (for example relatedEntity::subtype.subtypeProperty=='Value 123').
Responses
Request successfully processed
dataobject · requiredJSON:API representation of customGeoCollection entity.
linksobject
Get collection features
Retrieve features from a GeoCollections collection as GeoJSON
path Parameters
collectionIdstring · requiredCollection identifier
query Parameters
limitinteger · min: 1 · max: 100Maximum number of features to return
bboxstringBounding box filter (minx,miny,maxx,maxy)
valuesstring[]List of values to filter features by
Responses
Features retrieved successfully
featuresobject[] · requiredtypestring · required
bboxnumber[]
Get custom collection features
Retrieve features from a custom (organization-scoped) GeoCollections collection as GeoJSON
path Parameters
collectionIdstring · requiredCollection identifier
query Parameters
limitinteger · min: 1 · max: 100Maximum number of features to return
bboxstringBounding box filter (minx,miny,maxx,maxy)
valuesstring[]List of values to filter features by
Responses
Features retrieved successfully
featuresobject[] · requiredtypestring · required
bboxnumber[]