Retrieves a single document by ID from a namespace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Namespace identifier. Alphanumeric characters, hyphens, underscores, and dots. Max 128 characters.
128^[A-Za-z0-9-_.]{1,128}$Document identifier. UUID or string up to 64 characters.
64Successful response
A document is a record with a required id and arbitrary attributes. Attribute types must conform to the namespace's attributes_schema. If no schema is provided during upsert, one is inferred from the document structure.
Document ID. UUID or string up to 64 characters.
64