/
SY
symbol
/
Symbol API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 12h ago · Updated 12h ago
Details
Filter operations
attachment
3
capsule
15
get
List capsules visible to the caller
post
Create a capsule
post
Archive or restore many capsules in a single call
post
Delete many capsules in a single call (soft delete)
post
Move many capsules to a different type in a single call
get
Resolve a capsule by its @type/ref or @type/alias
get
Get Type context (guidance + recent capsules) for AI assistants
get
Get a single capsule by id
put
Update a capsule
delete
Delete a capsule (soft delete; reversible during retention window)
patch
Archive or restore a single capsule
get
List capsules that reference the given capsule
post
Duplicate a capsule
get
Walk the references / backlinks graph rooted at this capsule
get
List capsules that the given capsule references
collection
9
mention
1
project
8
search
1
share
4
type
5
user-profile
2
workspace
1
capsule
Archive or restore a single capsule
patch
/api/preview/capsules/{id}/archive
Path parameters
id
string
required
UUID v4 string
UUID v4 string
Request body
object
required
archived
boolean
required
true to archive, false to restore
Response
Successful response
object
required
alreadyArchived
boolean
required
attachmentCount
integer
required
capsule
object
required
durationMs
number
required
inboundRefCount
integer
required
ok
boolean
required
revokedShareCount
integer
required
Changes