What problem does it solve? Working with Salesforce Archive (Trusted Services Archive) requires navigating a Connect API with non-obvious contracts — misleading 404 paths, body-level success flags hidden behind HTTP 201 responses, and job logs that can only be resolved by correlating ArchiveActivity records. This Skill provides the exact operation contracts, permission requirements, and verification patterns so you can search, restore, erase, and monitor archived data without trial-and-error. ## Core Features & Use Cases - Archived Record Search & Restore: Search archived records with filters and date ranges, paginate results, and unarchive records back into live storage with verify-after-write checks. - RTBF & PII Masking: Submit Right-To-Be-Forgotten erasure and irreversible PII masking requests, then poll their status via request IDs. - Job Monitoring & Log Downloads: Query the ArchiveActivity object via SOQL to find failed or in-progress archive jobs, then download execution-detail and failed-records logs using each activity's Id and Type. - Use Case: An admin notices last night's archive job failed. Use this Skill to query ArchiveActivity for failed jobs in the last 7 days, read the FailureReason and record counts, then download the failed-records log to identify exactly which records did not archive. ## Quick Start Ask the assistant to find all failed Salesforce Archive jobs from the past week and download their failed-records logs.