Get Video Entity
get_video_entityRetrieve the complete chronological history of a specific person, product, or object in a video—every interaction and reference resolved to that entity.
Instructions
Returns everything the Video Map knows about one specific entity (a person/product/object) from get_video_map — every interaction it was involved in and every linguistic reference resolved to it, in chronological order.
Use this after get_video_map or search_video/find_moment surfaces an entity id, to see its full history across the video (e.g. "every time the product was pointed at or referred to") rather than one isolated moment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | A video id previously returned by understand_video or transcribe_video. | |
| entity_id | Yes | An entity id from get_video_map, or a target_entity_id from search_video/find_moment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| found | Yes | ||
| label | No | ||
| video_id | Yes | ||
| entity_id | Yes | ||
| last_seen | No | ||
| confidence | No | ||
| first_seen | No | ||
| references | Yes | Every linguistic reference resolved to this entity, chronologically. | |
| description | No | ||
| interactions | Yes | Every interaction this entity was the actor or target of, chronologically. |