Hello,
That’s correct; the API’s activity_logs query does not directly return the item name as a separate field. While item name changes are recorded and visible in the board’s activity log interface, the API response for activity_logs primarily includes id, event, data, created_at, and user_id. The item name itself is usually retrieved via the separate items query using the item’s ID, which you can get from the item_ids argument you used in your query, or in some cases, it may be found within the unstructured data field of certain log events.