Bulk unarchive sequences
Sequences
Bulk unarchive sequences
Requires the
sequences:write scope (or a broader one that includes it).
Unarchives multiple sequences at once. Non-atomic — some may succeed while others fail.
POST
Bulk unarchive sequences
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Body
application/json
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:
| Slug | Meaning |
|---|---|
notArchived | Sequence is not archived or not found |
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.