Skip to main content

Get RMA Activity Log

GET 

/api/rmas/:rma/activity-log

Get the activity log for an RMA — every recorded change on the RMA itself, its lines, and its return receipts, newest first.

Required scope: returns:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Each entry includes the event, the record type it applies to (Rma, RmaLine, or ReturnReceipt), the changed attributes with old values, and the acting user (causer_name is null for system-generated changes).

Standard paginated response. Requires the returns:read token scope.

Request

Responses

OK

Response Headers
    Content-Type