/
/Symbol API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19h ago · Updated 19h ago
attachment3
capsule15
  • getList capsules visible to the caller
  • postCreate a capsule
  • postArchive or restore many capsules in a single call
  • postDelete many capsules in a single call (soft delete)
  • postMove many capsules to a different type in a single call
  • getResolve a capsule by its @type/ref or @type/alias
  • getGet Type context (guidance + recent capsules) for AI assistants
  • getGet a single capsule by id
  • putUpdate a capsule
  • deleteDelete a capsule (soft delete; reversible during retention window)
  • patchArchive or restore a single capsule
  • getList capsules that reference the given capsule
  • postDuplicate a capsule
  • getWalk the references / backlinks graph rooted at this capsule
  • getList capsules that the given capsule references
collection9
mention1
project8
search1
share4
type5
user-profile2
workspace1
    capsule

    Archive or restore many capsules in a single call

    post/api/preview/capsules/batch/archive

    Request body

    archivedboolean required

    true to archive, false to restore

    capsuleIdsstring[] required

    Capsule UUIDs to operate on

    Response

    Successful response

    failedobject[] required
    succeededobject[] required

    Changes