get_entity
Retrieve Synapse entities like datasets, projects, folders, files, or tables by their unique ID to access metadata and annotations programmatically.
Instructions
Get a Synapse entity by ID.
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"
}