Swagger: Get Document
swagger_get_documentRetrieve document content and metadata by document ID to access HTML or Markdown from table of contents items.
Instructions
Get document content and metadata by document ID. Useful for retrieving HTML or Markdown content from table of contents items.
Toolset: Documents
Parameters:
documentId (string) required: Document UUID - unique identifier for the document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | Document UUID - unique identifier for the document |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| type | No | ||
| source | No | ||
| content | No | ||
| createdAt | No | ||
| updatedAt | No |