Export Inventory Change Logs
Beta/v1/operations/inventory-change-logs/actions/exportThis endpoint is idempotent. Learn more
Exports inventory change logs matching the provided filters as an Excel file.
Unlike the list endpoint, results are not paginated — every matching change log is included in the download, newest first. The download is named for the date range you requested, using all in place of a bound you left open.
item_ids[]optional arrayRestricts results to changes affecting these items.
action_types[]optional arrayenumValues:scanuser_actionsystem_actionRestricts results to these action types.
changed_by_user_ids[]optional arrayRestricts results to changes made by these users.
Changes that were recorded without a responsible user are excluded whenever this filter is set.
starts_atoptional string (date-time)Restricts results to change logs created on or after this timestamp.
ends_atoptional string (date-time)Restricts results to change logs created on or before this timestamp.
Responses
Successful response for Export Inventory Change Logs