get_entity_annotations
Retrieve annotations for Synapse entities such as datasets, projects, folders, files, and tables to access metadata and descriptive information programmatically.
Instructions
Get annotations for an 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"
}