versions
user.document.versions
Returns all historical versions of a document (metadata only, newest first).
Auth
Bearer JWT + unsealed vault.
Arguments
| Arg | Type | Description |
|---|---|---|
id |
ID! |
Document UUID |
GraphQL
Response
[DocumentMetadata!]!, one entry per version. Use
get to read a specific version’s payload by
querying the same id at that point in time (the system stores the latest
is_latest flag; historical retrieval is planned but not yet exposed).