get_entity_children
Retrieve child entities within a container entity in Synapse, such as datasets, projects, folders, files, or tables, by providing the container's entity ID.
Instructions
Get child entities of a container entity.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entity_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"entity_id": {
"title": "Entity Id",
"type": "string"
}
},
"required": [
"entity_id"
],
"type": "object"
}