get_jama_item_attachments
List attachment metadata for a Jama item, including file name, type, size, and dates, without downloading the file.
Instructions
List attachment metadata for an item (no binary download).
Args:
item_id: numeric string Jama item id.
limit: max attachments to return (default 50).
Returns:
{"item_id","count","results":[{id,name,file_type,file_size,
mime_type,created_date,modified_date}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| item_id | Yes |