Export Inventory Change Logs

Beta
GET/v1/operations/inventory-change-logs/actions/export

This 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.

Permissions requiredValues:inventory_logs:read
The role behind your API key or agent must grant every one of these permissions.
item_ids[]optional array

Restricts results to changes affecting these items.

action_types[]optional arrayenumValues:scanuser_actionsystem_action

Restricts results to these action types.

changed_by_user_ids[]optional array

Restricts 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

200

Successful response for Export Inventory Change Logs