Current export format
JSONL exports include workspace, channel, Slack timestamp, author, text, thread timestamp, deletion state, and update metadata.
Create current-state JSONL exports from approved Slack channel history, with manifest checksums and support for local or S3-compatible object-store destinations.
JSONL exports include workspace, channel, Slack timestamp, author, text, thread timestamp, deletion state, and update metadata.
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
Export manifests include record counts, byte counts, SHA-256 checksums, destination metadata, and chain-of-custody fields.
Exports respect actor access profiles and reject channel requests outside the actor scope.
View API surfaces →