platform-trust-archive-manage

Manage Salesforce Archive records, jobs, and logs via the Archive Connect API.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-trust-archive-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-trust-archive-manage
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/platform-trust-archive-manage
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill platform-trust-archive-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you operate Salesforce Archive without guessing at the API contracts, permissions, or monitoring flow, so you can reliably search, restore, mask, erase, and inspect archived data.

Core Features & Use Cases

  • Archived Record Search: Find archived records with filters, paging, and optional sharing-rule enforcement.
  • Job Operations and Monitoring: Run analyzer jobs, monitor ArchiveActivity status, and retrieve execution or failure logs for completed jobs.
  • Compliance Actions: Perform unarchive, RTBF erasure, and masking workflows with the correct permissions and verification steps.
  • Storage Insight: Check archive storage usage alongside live org storage to understand capacity and consumption.

Quick Start

Use the platform-trust-archive-manage skill to inspect Salesforce Archive jobs, search archived records, or retrieve the correct logs for a specific ArchiveActivity record.

Frequently Asked Questions about platform-trust-archive-manage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and retrieve archived records in Salesforce Archive?

To search archived records in Salesforce Archive, you apply sobject filters and paging via the Archive Connect API, with optional sharing-rule enforcement for permission-aware retrieval.

How do I monitor Salesforce Archive job logs and ArchiveActivity status?

You monitor Salesforce Archive jobs by retrieving execution and failure logs through the Archive Connect API using the specific ArchiveActivity Id and Type for the completed job.

Can I perform RTBF erasure and data masking on Salesforce archived records?

Yes, you can perform RTBF erasure and masking on Salesforce archived records using permission-aware handling and post-write verification through the Archive Connect API.

Does the Salesforce Archive Connect API require specific inputs for unarchiving records?

Yes, unarchiving records through the Archive Connect API requires correct API paths, sobject specifications, and filter inputs to ensure accurate data restoration.

What is the best way to check Salesforce Archive storage usage?

Checking Salesforce Archive storage usage involves querying the Archive Connect API to compare archived data consumption against live org storage capacity.

Why do I need an ArchiveActivity Id and Type to retrieve Salesforce Archive logs?

You need the ArchiveActivity Id and Type to retrieve Salesforce Archive logs because the Connect API requires these specific identifiers to locate and return the correct execution or failure logs.