slackscraperpilot
// slack jsonl export

Export Slack channel history to JSONL

Create current-state JSONL exports from approved Slack channel history, with manifest checksums and support for local or S3-compatible object-store destinations.

Current export format

JSONL exports include workspace, channel, Slack timestamp, author, text, thread timestamp, deletion state, and update metadata.

Destinations

Exports can be written as local artifacts or to an S3-compatible object store for downstream review and retention workflows.

slackscraper export create --workspace acme --format jsonl
slackscraper export create --workspace acme --destination-type object_store --async

Evidence files

Export manifests include record counts, byte counts, SHA-256 checksums, destination metadata, and chain-of-custody fields.

Access scope

Exports respect actor access profiles and reject channel requests outside the actor scope.

View API surfaces