aps_get_item_details
Retrieve summarized metadata for a single file including name, type, size, version, and dates using an item ID. Provides a compact response for quick lookups without full JSON:API payload.
Instructions
Get summarised metadata for a single file / item: name, type, size, version number, dates. Much smaller than the raw JSON:API response. Use for quick file lookups when you already have the item_id from a folder listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID – starts with 'b.'. | |
| item_id | Yes | Item (lineage) URN – starts with 'urn:'. |