ftrack_get_entity
Retrieve a single ftrack entity by type and ID, returning only the specified attributes for efficient data access.
Instructions
Get a single entity by type and ID with specified projections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Entity ID | |
| entity_type | Yes | Entity type (e.g., "Task", "Project", "User") | |
| projections | No | Attributes to return (e.g., ["id", "name", "status.name"]) |