Get a single island by its stable ID. Returns the full island with vertices, edges, vertex metadata, and strata analysis if available.
Parameters
Output
application/jsonisland
ref#islandDetail
Required
No description available.
recordUri
stringat-uri
Optional
AT URI of the org.latha.island record, if analyzed.
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": [
"island"
],
"properties": {
"island": {
"ref": "#islandDetail",
"type": "ref"
},
"recordUri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the org.latha.island record, if analyzed."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "Island ID (truncated SHA-256 of lexmin vertex) or AT URI of an org.latha.island record."
}
}
},
"description": "Get a single island by its stable ID. Returns the full island with vertices, edges, vertex metadata, and strata analysis if available."
}