Bulk unarchive sequences
sequences:write scope (or a broader one that includes it).
Use this endpoint when you need to bring several archived sequences back out of the archive in one call. Pass ids with between 1 and 1000 sequence ids. Each sequence returns to the status it held when it was archived, but the contacts that were taken out of it at that point are not put back — add contacts again before starting it. Sequences are processed one by one; the response returns only the sequence ids that were not processed, each with its error details.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
List of sequence IDs to unarchive
Response
Dictionary of failed items keyed by sequence ID. Empty object {} means all succeeded.
Per-item failures use the SequenceActionError enum. Common per-item slugs:
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.