# Get a document of a collection **GET /v1/collections/{collectionId}/documents/{documentId}** Get a document of a collection, with its content rendered as Markdown for a Page document ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **collectionId** (string) The id of the collection - **documentId** (string) The id of the document ## Responses ### 200 Document found and returned successfully #### Body: application/json (object) - **id** (string) The id of the document. - **title** (string) The title of the document. - **type** (string) The type of the document. - **status** (string) The status of the document. - **description** (string) The description of the document. Empty string when unset. - **link** (string | null) The target URL of a Link document. Null for a Page document. - **content** (string | null) The Markdown content of a Page document. Null for a Link document, empty string when the page has no content. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Document not found [Powered by Bump.sh](https://bump.sh)