# Get Payout Instruction Activity Retrieves the complete activity history for a specific payout instruction, including status changes, notifications sent, and actions performed by both administrators and beneficiaries. Endpoint: GET /v2/campaign-manager/payout-instructions/{id}/activity Version: v2 Security: oauth2 ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `messageId` (string,null) Unique identifier for the activity message. - `messageType` (string) Type of message associated with this activity. - `timestamp` (string,null) Date and time when the activity occurred. - `type` (string) Category or classification of the activity. - `description` (string) Human-readable description of the activity. - `details` (object,null) Additional contextual information about the activity as key-value pairs. ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)