List derived islands with their strata analysis. Returns islands that have been derived and stored, sorted by vertex count descending.
Parameters
Output
application/jsoncursor
string
Optional
No description available.
islands
array
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"islands"
],
"properties": {
"cursor": {
"type": "string"
},
"islands": {
"type": "array",
"items": {
"ref": "#islandSummary",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of islands to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor from a previous response."
}
}
},
"description": "List derived islands with their strata analysis. Returns islands that have been derived and stored, sorted by vertex count descending."
}