/
/AtomicMemory HTTP API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Admin1
Agents5
Audit3
Capabilities1
Configuration2
Documents12
  • getCursor-paginated user-scoped document list with status-bucket filter.
  • postRegister a pointer-only document.
  • getRead upload + index byte caps and raw-storage capability.
  • getList active documents for a user, optionally filtered by source_site.
  • getMemory-backed passport feed: grouped doc rows + standalone memories.
  • getDocuments WITHOUT non-deleted memories, narrowed by recovery-status filter.
  • getFetch a single document by UUID.
  • deleteSoft-delete (tombstone) a document.
  • postMark the document as extraction-failed.
  • postChunk + embed text for a registered document.
  • postMark the document as index-failed.
  • putUpload managed raw bytes for a registered document.
Entities8
Lessons4
Lifecycle6
Memories10
Storage6
    Documents

    List active documents for a user, optionally filtered by source_site.

    get/v1/documents/list

    Query parameters

    user_idstring required
    source_sitestring
    limitstring
    offsetstring

    Response

    Document list with count.

    countnumber required

    Changes